import {createContext} from "react"; const ContextTheme = createContext(["ThemeDark", undefined]) export default ContextTheme