From 88fe6b76b6345a3a2c3216cf9d45117fdb5ae7e3 Mon Sep 17 00:00:00 2001 From: hfcRed Date: Sat, 12 Sep 2026 17:08:55 -0400 Subject: [PATCH] Remove unused imports --- app/features/calendar/components/TournamentCard.tsx | 2 +- app/features/components-showcase/routes/components.tsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/features/calendar/components/TournamentCard.tsx b/app/features/calendar/components/TournamentCard.tsx index 5d8b4d9ba..37df13eec 100644 --- a/app/features/calendar/components/TournamentCard.tsx +++ b/app/features/calendar/components/TournamentCard.tsx @@ -1,6 +1,6 @@ import clsx from "clsx"; import { ShieldMinus, Users } from "lucide-react"; -import { lazy, Suspense } from "react"; +import { lazy } from "react"; import { useTranslation } from "react-i18next"; import { Link } from "react-router"; import { SendouButton } from "~/components/elements/Button"; diff --git a/app/features/components-showcase/routes/components.tsx b/app/features/components-showcase/routes/components.tsx index 1e8a10a4e..0da924bbb 100644 --- a/app/features/components-showcase/routes/components.tsx +++ b/app/features/components-showcase/routes/components.tsx @@ -1,4 +1,3 @@ -import clsx from "clsx"; import { Check, Plus, RotateCcw, Search, SquarePen, Trash } from "lucide-react"; import { useState } from "react"; import { Ability } from "~/components/Ability";