import { createContext } from "react"; const CloudContext = createContext(false); export default CloudContext;