1 2 3 4 5
import { createContext } from 'react'; const ThemeContext = createContext({}); export default ThemeContext;