Skip to content

Commit 0999283

Browse files
Fix import
1 parent 1bd9dee commit 0999283

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/App.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import "./App.scss";
33
import { Link, Route, BrowserRouter as Router, Routes } from "react-router";
44
import PhotoOfTheDay from "./Components/photoOfTheDay/photoOfTheDay";
55
import ProfilePage from "./pages/Profile/ProfilePage";
6+
import NavBar from "./Components/AddNavBar/NavBar";
67

78
function App() {
89
return (

0 commit comments

Comments
 (0)