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 1 You must be signed in to fork a gist
  • Save techomoro/bc19e4d3238b8b5dc8a3842531db47be to your computer and use it in GitHub Desktop.
Save techomoro/bc19e4d3238b8b5dc8a3842531db47be 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