Added eslint-unused-imports plugin

This commit is contained in:
Zhenya Goroh
2024-10-08 22:06:23 +03:00
parent d77b0419b0
commit 708336b383
24 changed files with 46 additions and 97 deletions

View File

@@ -1,5 +1,3 @@
import Footer from "@/components/footer";
import { Navigation } from "@/components/navigation";
import ThemePage from "@/components/theme-page";
import { getAllThemes, getThemeFromId } from "@/lib/themes";
import { Metadata, ResolvingMetadata } from "next";