mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-07 11:16:37 +00:00
Fix login stuff?
This commit is contained in:
@@ -4,7 +4,7 @@ import { UserContext } from "@app/contexts/userContext";
|
||||
import { ReactNode } from "react";
|
||||
|
||||
type LandingProviderProps = {
|
||||
user: any;
|
||||
user: boolean ;
|
||||
children: ReactNode;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user