Skip to content

Instantly share code, notes, and snippets.

@csantiago132
Created February 26, 2020 00:48
Show Gist options
  • Save csantiago132/5445aadcdb62ae4e74d17f9339d3f8b2 to your computer and use it in GitHub Desktop.
Save csantiago132/5445aadcdb62ae4e74d17f9339d3f8b2 to your computer and use it in GitHub Desktop.
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