We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd9dee commit 0999283Copy full SHA for 0999283
src/App.tsx
@@ -3,6 +3,7 @@ import "./App.scss";
3
import { Link, Route, BrowserRouter as Router, Routes } from "react-router";
4
import PhotoOfTheDay from "./Components/photoOfTheDay/photoOfTheDay";
5
import ProfilePage from "./pages/Profile/ProfilePage";
6
+import NavBar from "./Components/AddNavBar/NavBar";
7
8
function App() {
9
return (
0 commit comments