smail fix

This commit is contained in:
Sir Blob
2025-01-26 02:48:22 -05:00
parent a0c3f9b151
commit e9b0f9d7c7

View File

@@ -28,13 +28,13 @@ export default function RootLayout({
} }
} else { } else {
window.location.href = "/"; window.location.href = "/";
window.location.href = "/";
return null;
} }
return ( return (
<>{children}</> <div>
) {children}
</div>
)
} }