This commit is contained in:
Owen Schwartz
2024-10-13 18:34:01 -04:00
39 changed files with 234 additions and 167 deletions

View File

@@ -9,8 +9,6 @@ export default async function Page() {
redirect("/auth/login");
}
console.log(user);
return (
<>
<LandingProvider user={user}>