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