UNPKG

create-onetech-app

Version:

CLI to quickly set up React projects with popular templates and tools.

8 lines (4 loc) 138 B
import { createContext} from "react"; // Create the ThemeContext const ThemeContext = createContext(); export { ThemeContext };