Remove unused imports

This commit is contained in:
hfcRed
2026-09-12 17:08:55 -04:00
parent d4d76daf16
commit 88fe6b76b6
2 changed files with 1 additions and 2 deletions

View File

@@ -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";

View File

@@ -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";