Created
February 26, 2020 00:48
-
-
Save csantiago132/5445aadcdb62ae4e74d17f9339d3f8b2 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