Skip to content

Instantly share code, notes, and snippets.

@stivncastillo
Created August 8, 2021 21:04
Show Gist options
  • Save stivncastillo/4a2ee95cd49b4b86764124db3d882718 to your computer and use it in GitHub Desktop.
Save stivncastillo/4a2ee95cd49b4b86764124db3d882718 to your computer and use it in GitHub Desktop.
Final app
import React from "react";
import Routes from "./router";
function App() {
return (
<Routes />
);
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment