mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-28 13:48:13 +02:00
Fix login stuff?
This commit is contained in:
parent
06eb1544f4
commit
d144704066
11 changed files with 76 additions and 37 deletions
|
@ -1,3 +1,3 @@
|
|||
import { createContext } from "react";
|
||||
|
||||
export const UserContext = createContext<{ id: string } | null>(null);
|
||||
export const UserContext = createContext<boolean | null>(null);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue