Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
justinsilvestre committed Nov 24, 2024
1 parent baa9cd0 commit 750aef6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/DictionaryLayout.tsx
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
1 change: 0 additions & 1 deletion app/features/dictionary/FigureTags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 750aef6

Please sign in to comment.