From 750aef6a39539fa6aef6089cb0a8e8481ccb04e1 Mon Sep 17 00:00:00 2001 From: Justin Silvestre Date: Sun, 24 Nov 2024 14:57:06 +0100 Subject: [PATCH] Lint --- app/components/DictionaryLayout.tsx | 2 +- app/features/dictionary/FigureTags.tsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/components/DictionaryLayout.tsx b/app/components/DictionaryLayout.tsx index c9f5ecfa..19f857e1 100644 --- a/app/components/DictionaryLayout.tsx +++ b/app/components/DictionaryLayout.tsx @@ -1,4 +1,4 @@ -import { ScrollRestoration, Scripts, LiveReload } from "@remix-run/react"; +import { ScrollRestoration, Scripts } from "@remix-run/react"; import type { PropsWithChildren } from "react"; import { TOTAL_ATOMIC_COMPONENTS_COUNT } from "~/features/dictionary/TOTAL_ATOMIC_COMPONENTS_COUNT"; diff --git a/app/features/dictionary/FigureTags.tsx b/app/features/dictionary/FigureTags.tsx index 205932e0..da5775f0 100644 --- a/app/features/dictionary/FigureTags.tsx +++ b/app/features/dictionary/FigureTags.tsx @@ -8,7 +8,6 @@ import { BrowseCharactersLink, BrowseCompoundComponentsLink, } from "~/components/AppLink"; -import fadeInOutStyles from "~/components/fadeInOut.module.css"; import { PopperOptions } from "~/components/usePaddedPopper"; import { BadgeProps } from "~/features/dictionary/badgeFigure"; import { KanjiListCode, isKyoikuCode } from "~/lib/dic/KanjiListCode";