Skip to content

Instantly share code, notes, and snippets.

@Origho-precious
Last active September 16, 2021 20:18
Show Gist options
  • Save Origho-precious/e8a3b6ab404222a1ee5c826072d98ada to your computer and use it in GitHub Desktop.
Save Origho-precious/e8a3b6ab404222a1ee5c826072d98ada to your computer and use it in GitHub Desktop.
Anime Quote Generator src/index.js
import React from "react";
import ReactDOM from "react-dom";
import { RecoilRoot } from "recoil";
import "./index.css";
import App from "./App";
ReactDOM.render(
<RecoilRoot>
<App />
</RecoilRoot>,
document.getElementById("root")
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment