UNPKG

create-onetech-app

Version:

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

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