Add auth screens (#193)
This commit is contained in:
6
skyvern-frontend/src/store/UserContext.ts
Normal file
6
skyvern-frontend/src/store/UserContext.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { User } from "@/api/types";
|
||||
import { createContext } from "react";
|
||||
|
||||
const UserContext = createContext<User | null>(null);
|
||||
|
||||
export { UserContext };
|
||||
Reference in New Issue
Block a user