Skip to content

Instantly share code, notes, and snippets.

@techomoro
Created January 16, 2021 05:17
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/ded48cfe496d69b187b0615e29d9d5d1 to your computer and use it in GitHub Desktop.
Save techomoro/ded48cfe496d69b187b0615e29d9d5d1 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