Skip to content

Instantly share code, notes, and snippets.

@bewarusman
Last active September 29, 2021 13:45
Show Gist options
  • Save bewarusman/e27107ae10bf4cddb2b03bbd93cd9cc4 to your computer and use it in GitHub Desktop.
Save bewarusman/e27107ae10bf4cddb2b03bbd93cd9cc4 to your computer and use it in GitHub Desktop.
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