diff options
| author | FifthWit <fifthwitbusiness@gmail.com> | 2025-08-14 14:01:01 -0500 |
|---|---|---|
| committer | FifthWit <fifthwitbusiness@gmail.com> | 2025-08-14 14:01:01 -0500 |
| commit | 6a8b909afbe1560be95f7ad0a3e19cfe4717aec6 (patch) | |
| tree | 83cdbe3b5b7e5b83d5f0d08964634cc942264072 /frontend/src/pages/User.tsx | |
| parent | Switched to Vite as build tool (diff) | |
| download | lphub-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.tsx | 1 |
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"; | |||
| 19 | import { Map } from "@customTypes/Map"; | 19 | import { Map } from "@customTypes/Map"; |
| 20 | import { API } from "@api/Api"; | 20 | import { API } from "@api/Api"; |
| 21 | import { ticks_to_time } from "@utils/Time"; | 21 | import { ticks_to_time } from "@utils/Time"; |
| 22 | import "@css/Profile.css"; | ||
| 23 | import useMessage from "@hooks/UseMessage"; | 22 | import useMessage from "@hooks/UseMessage"; |
| 24 | 23 | ||
| 25 | interface UserProps { | 24 | interface UserProps { |