From 94bc0fc199d008f1e2dda61f3bda8bb98bc447a7 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Tue, 6 Jan 2026 07:50:37 +0200 Subject: [PATCH] Fix import ordering --- app/features/user-page/routes/u.$identifier.seasons.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/features/user-page/routes/u.$identifier.seasons.tsx b/app/features/user-page/routes/u.$identifier.seasons.tsx index 1308ce0b5..a3ca4bb40 100644 --- a/app/features/user-page/routes/u.$identifier.seasons.tsx +++ b/app/features/user-page/routes/u.$identifier.seasons.tsx @@ -30,6 +30,7 @@ import { TierImage, WeaponImage, } from "~/components/Image"; +import { mainStyles } from "~/components/Main"; import { Pagination } from "~/components/Pagination"; import { SubNav, SubNavLink } from "~/components/SubNav"; import { TopTenPlayer } from "~/features/leaderboards/components/TopTenPlayer"; @@ -62,7 +63,6 @@ import { } from "../loaders/u.$identifier.seasons.server"; import type { UserPageLoaderData } from "../loaders/u.$identifier.server"; import styles from "../user-page.module.css"; -import { mainStyles } from "~/components/Main"; export { loader }; export const handle: SendouRouteHandle = {