Created
July 9, 2019 10:29
-
-
Save adamkleingit/6c4004b4e6f425de05eec1c7b154c28b to your computer and use it in GitHub Desktop.
App with ReusableProvider
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 {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