claude refactor of index.tsx so its humanly editable
This commit is contained in:
9
assets/js/context.ts
Normal file
9
assets/js/context.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { createContext } from "react";
|
||||
|
||||
export const AuthCtx = createContext({
|
||||
email: "",
|
||||
userId: "",
|
||||
username: "",
|
||||
displayName: "",
|
||||
avatarUrl: "",
|
||||
});
|
||||
Reference in New Issue
Block a user