diff options
| author | Wolfboy248 <georgejvindkarlsen@gmail.com> | 2025-08-21 10:33:27 +0200 |
|---|---|---|
| committer | Wolfboy248 <georgejvindkarlsen@gmail.com> | 2025-08-21 10:33:27 +0200 |
| commit | da1fd74f9387149b2b94d62853587a8afdb74ddd (patch) | |
| tree | 57f13021890b6d27848a3379d0869790fd1d7c97 /frontend/src/App.tsx | |
| parent | organised pages, started work on theme (diff) | |
| download | lphub-da1fd74f9387149b2b94d62853587a8afdb74ddd.tar.gz lphub-da1fd74f9387149b2b94d62853587a8afdb74ddd.tar.bz2 lphub-da1fd74f9387149b2b94d62853587a8afdb74ddd.zip | |
Reorganised Maplist and Sidebar
Diffstat (limited to 'frontend/src/App.tsx')
| -rw-r--r-- | frontend/src/App.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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"; | |||
| 3 | import { Helmet } from "react-helmet"; | 3 | import { Helmet } from "react-helmet"; |
| 4 | 4 | ||
| 5 | import { UserProfile } from "@customTypes/Profile"; | 5 | import { UserProfile } from "@customTypes/Profile"; |
| 6 | import Sidebar from "./components/Sidebar"; | 6 | import Sidebar from "./components/Sidebar/Sidebar"; |
| 7 | import "./App.css"; | 7 | import "./App.css"; |
| 8 | 8 | ||
| 9 | import Profile from "@pages/Profile/Profile.tsx"; | 9 | import Profile from "@pages/Profile/Profile.tsx"; |