diff options
Diffstat (limited to 'frontend/src/pages/Profile.tsx')
| -rw-r--r-- | frontend/src/pages/Profile.tsx | 1 |
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"; | |||
| 19 | import { Game, GameChapters } from "@customTypes/Game"; | 19 | import { Game, GameChapters } from "@customTypes/Game"; |
| 20 | import { Map } from "@customTypes/Map"; | 20 | import { Map } from "@customTypes/Map"; |
| 21 | import { ticks_to_time } from "@utils/Time"; | 21 | import { ticks_to_time } from "@utils/Time"; |
| 22 | import "@css/Profile.css"; | ||
| 23 | import { API } from "@api/Api"; | 22 | import { API } from "@api/Api"; |
| 24 | import useConfirm from "@hooks/UseConfirm"; | 23 | import useConfirm from "@hooks/UseConfirm"; |
| 25 | import useMessage from "@hooks/UseMessage"; | 24 | import useMessage from "@hooks/UseMessage"; |