Created
February 26, 2020 00:44
-
-
Save csantiago132/d7a87899b2fd2b58963f9b8b4ef6df43 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import React from "react"; | |
| import { ContextProvider } from "./path to provider"; | |
| export default function App() { | |
| return ( | |
| <ContextProvider> | |
| { | |
| // ... the rest of your app | |
| } | |
| </ContextProvider> | |
| ); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment