This commit is contained in:
hailin 2025-03-14 00:16:25 +08:00
parent 2d5e05fd3a
commit c116dc5ce7
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ export function Footer({ className, ...props }: React.ComponentProps<'p'>) {
const isWindow = typeof window !== "undefined"
console.log("isWindow ", isWindow)
//console.log("isWindow ", isWindow)
const [windowSize, setWindowSize] = useState<WindowSize>({
windowWidth: window.innerWidth,