Skip to content

Instantly share code, notes, and snippets.

@techomoro
Created April 29, 2021 09:34
Embed
What would you like to do?
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