src/components/theme/theme-context.tsx (
2
lines of code) (
raw
):
import React from 'react'; export const ThemeContext: React.Context<any> = React.createContext<any>(null);