aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/pages/Profile.tsx
diff options
context:
space:
mode:
authorFifthWit <fifthwitbusiness@gmail.com>2025-08-14 14:01:01 -0500
committerFifthWit <fifthwitbusiness@gmail.com>2025-08-14 14:01:01 -0500
commit6a8b909afbe1560be95f7ad0a3e19cfe4717aec6 (patch)
tree83cdbe3b5b7e5b83d5f0d08964634cc942264072 /frontend/src/pages/Profile.tsx
parentSwitched to Vite as build tool (diff)
downloadlphub-6a8b909afbe1560be95f7ad0a3e19cfe4717aec6.tar.gz
lphub-6a8b909afbe1560be95f7ad0a3e19cfe4717aec6.tar.bz2
lphub-6a8b909afbe1560be95f7ad0a3e19cfe4717aec6.zip
Switched to tailwind/vite
Diffstat (limited to 'frontend/src/pages/Profile.tsx')
-rw-r--r--frontend/src/pages/Profile.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/src/pages/Profile.tsx b/frontend/src/pages/Profile.tsx
index e2d6000..f44f587 100644
--- a/frontend/src/pages/Profile.tsx
+++ b/frontend/src/pages/Profile.tsx
@@ -19,7 +19,6 @@ import { UserProfile } from "@customTypes/Profile";
19import { Game, GameChapters } from "@customTypes/Game"; 19import { Game, GameChapters } from "@customTypes/Game";
20import { Map } from "@customTypes/Map"; 20import { Map } from "@customTypes/Map";
21import { ticks_to_time } from "@utils/Time"; 21import { ticks_to_time } from "@utils/Time";
22import "@css/Profile.css";
23import { API } from "@api/Api"; 22import { API } from "@api/Api";
24import useConfirm from "@hooks/UseConfirm"; 23import useConfirm from "@hooks/UseConfirm";
25import useMessage from "@hooks/UseMessage"; 24import useMessage from "@hooks/UseMessage";