Fix login stuff?

This commit is contained in:
Owen Schwartz
2024-10-06 18:43:20 -04:00
parent 06eb1544f4
commit d144704066
11 changed files with 76 additions and 37 deletions

View File

@@ -4,7 +4,7 @@ import { UserContext } from "@app/contexts/userContext";
import { ReactNode } from "react";
type LandingProviderProps = {
user: any;
user: boolean ;
children: ReactNode;
};