import { createContext } from 'react'; const ThemeContext = null |> createContext(%); export default ThemeContext;