Skip to content

Instantly share code, notes, and snippets.

@Priceless-P
Created April 17, 2022 11:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Priceless-P/e856bfbc7a1830f3ec4a696b31a6bdf0 to your computer and use it in GitHub Desktop.
Save Priceless-P/e856bfbc7a1830f3ec4a696b31a6bdf0 to your computer and use it in GitHub Desktop.
<div className="App">
<Routes>
<Route path="/" element={<Home />} />
<Route path="/learn" element={<Learn />} />
<Route path="/quiz" element={<Quiz />} />
</Routes>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment