Skip to content

Instantly share code, notes, and snippets.

@techomoro
Created April 29, 2021 09:34
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 techomoro/fad117d38e84af8526a925e13fafb932 to your computer and use it in GitHub Desktop.
Save techomoro/fad117d38e84af8526a925e13fafb932 to your computer and use it in GitHub Desktop.
import React from "react";
const AppContext = React.createContext();
export default AppContext;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment