diff --git a/src/Client/public/vite.svg b/src/Client/public/vite.svg deleted file mode 100644 index e7b8dfb..0000000 --- a/src/Client/public/vite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/Client/src/pages/NavBar.tsx b/src/Client/src/components/NavBar.tsx similarity index 100% rename from src/Client/src/pages/NavBar.tsx rename to src/Client/src/components/NavBar.tsx diff --git a/src/Client/src/pages/Layout.tsx b/src/Client/src/pages/Layout.tsx index 91a1d95..b33b95a 100644 --- a/src/Client/src/pages/Layout.tsx +++ b/src/Client/src/pages/Layout.tsx @@ -1,5 +1,5 @@ import { Outlet } from "react-router-dom"; -import NavBar from "./NavBar"; +import NavBar from "../components/NavBar"; export default function Layout() { return (