Skip to content

Instantly share code, notes, and snippets.

@techomoro
Created September 23, 2021 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 techomoro/6aab543100db5d899a41d71617b7868c to your computer and use it in GitHub Desktop.
Save techomoro/6aab543100db5d899a41d71617b7868c to your computer and use it in GitHub Desktop.
import Navigation from "./components/Navigation";
import "./App.css";
function App() {
return (
<div className="App">
<Navigation />
</div>
);
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment