Skip to content

Instantly share code, notes, and snippets.

@popeating
Created August 4, 2020 17:25
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 popeating/1a0c601e611b2378f1d06cf826c8bc81 to your computer and use it in GitHub Desktop.
Save popeating/1a0c601e611b2378f1d06cf826c8bc81 to your computer and use it in GitHub Desktop.
import React, { createContext } from 'react';
const mainContext = createContext();
export default mainContext;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment