Last active
September 29, 2021 13:45
-
-
Save bewarusman/e27107ae10bf4cddb2b03bbd93cd9cc4 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 { RecoilRoot } from "recoil"; | |
function App() { | |
return ( | |
<RecoilRoot> | |
<CreateUser /> | |
<UsersList /> | |
</RecoilRoot> | |
); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment