aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/pages/User.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/User.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/User.tsx')
-rw-r--r--frontend/src/pages/User.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/src/pages/User.tsx b/frontend/src/pages/User.tsx
index 0198034..4b8a456 100644
--- a/frontend/src/pages/User.tsx
+++ b/frontend/src/pages/User.tsx
@@ -19,7 +19,6 @@ import { Game, GameChapters } from "@customTypes/Game";
19import { Map } from "@customTypes/Map"; 19import { Map } from "@customTypes/Map";
20import { API } from "@api/Api"; 20import { API } from "@api/Api";
21import { ticks_to_time } from "@utils/Time"; 21import { ticks_to_time } from "@utils/Time";
22import "@css/Profile.css";
23import useMessage from "@hooks/UseMessage"; 22import useMessage from "@hooks/UseMessage";
24 23
25interface UserProps { 24interface UserProps {