Skip to content

Instantly share code, notes, and snippets.

@btodts
Last active April 7, 2020 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save btodts/e6dc535be6bd8986927719cd3e7c567d to your computer and use it in GitHub Desktop.
Save btodts/e6dc535be6bd8986927719cd3e7c567d to your computer and use it in GitHub Desktop.
import { createContext } from "react";
const ThemeContext = createContext({});
export default ThemeContext;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment