mirror of
https://github.com/morbalint/kemkas.git
synced 2026-07-18 11:23:47 +00:00
better isPublic handling
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { Fetched } from "../models/Fetched";
|
||||
import React from "react";
|
||||
|
||||
export const userDefaults: Fetched<string | null> = {
|
||||
state: "not-started",
|
||||
data: null,
|
||||
}
|
||||
|
||||
export const UserContext = React.createContext(userDefaults)
|
||||
UserContext.displayName = "UserEmailContext";
|
||||
Reference in New Issue
Block a user