From 6a8b909afbe1560be95f7ad0a3e19cfe4717aec6 Mon Sep 17 00:00:00 2001 From: FifthWit Date: Thu, 14 Aug 2025 14:01:01 -0500 Subject: Switched to tailwind/vite --- frontend/src/pages/Profile.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'frontend/src/pages/Profile.tsx') 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"; import { Game, GameChapters } from "@customTypes/Game"; import { Map } from "@customTypes/Map"; import { ticks_to_time } from "@utils/Time"; -import "@css/Profile.css"; import { API } from "@api/Api"; import useConfirm from "@hooks/UseConfirm"; import useMessage from "@hooks/UseMessage"; -- cgit v1.2.3