Credentials UI (#1828)
This commit is contained in:
5
skyvern-frontend/src/store/CloudContext.ts
Normal file
5
skyvern-frontend/src/store/CloudContext.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { createContext } from "react";
|
||||
|
||||
const CloudContext = createContext<boolean>(false);
|
||||
|
||||
export default CloudContext;
|
||||
Reference in New Issue
Block a user