Fixed build issues

This commit is contained in:
2023-12-22 09:38:05 -05:00
parent bd6d5e03d3
commit 4441d99f25
9 changed files with 41 additions and 40 deletions

View File

@@ -16,13 +16,6 @@ import { userState } from "@/state/auth";
export default function Page() {
const user = useRecoilValue(userState);
const router = useRouter();
useEffect(() => {
if (!user) {
router.push('/');
}
}, []);
return (
<Grid gutter={80}>