fixed server issue on document

This commit was merged in pull request #8.
This commit is contained in:
2023-10-21 22:39:08 -07:00
parent c48c959749
commit eceb3178fd
3 changed files with 22 additions and 6 deletions
+1
View File
@@ -2,6 +2,7 @@
import { useEffect } from "react";
import { useRouter } from "next/router";
const AuthRoute = ({ children }) => {
const router = useRouter();