mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-02 16:56:39 +00:00
Fix login stuff?
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
import { createContext } from "react";
|
||||
|
||||
export const UserContext = createContext<{ id: string } | null>(null);
|
||||
export const UserContext = createContext<boolean | null>(null);
|
||||
|
||||
Reference in New Issue
Block a user