Skip to content

Instantly share code, notes, and snippets.

@adamkleingit
Created July 9, 2019 10:29
Show Gist options
  • Save adamkleingit/6c4004b4e6f425de05eec1c7b154c28b to your computer and use it in GitHub Desktop.
Save adamkleingit/6c4004b4e6f425de05eec1c7b154c28b to your computer and use it in GitHub Desktop.
App with ReusableProvider
import {ReusableProvider} from 'reusable';
export const App = () => (
<ReusableProvider>
{ /* App Components */ }
</ReusableProvider>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment