From da1fd74f9387149b2b94d62853587a8afdb74ddd Mon Sep 17 00:00:00 2001 From: Wolfboy248 Date: Thu, 21 Aug 2025 10:33:27 +0200 Subject: Reorganised Maplist and Sidebar --- frontend/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/src/App.tsx') diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 8a95e77..5d0c8eb 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -3,7 +3,7 @@ import { Routes, Route } from "react-router-dom"; import { Helmet } from "react-helmet"; import { UserProfile } from "@customTypes/Profile"; -import Sidebar from "./components/Sidebar"; +import Sidebar from "./components/Sidebar/Sidebar"; import "./App.css"; import Profile from "@pages/Profile/Profile.tsx"; -- cgit v1.2.3