diff --git a/apps/www/src/app/(main)/server/v2/minehut/[server]/page.tsx b/apps/www/src/app/(main)/server/v2/minehut/[server]/page.tsx
index 954e707..2cda2db 100644
--- a/apps/www/src/app/(main)/server/v2/minehut/[server]/page.tsx
+++ b/apps/www/src/app/(main)/server/v2/minehut/[server]/page.tsx
@@ -1,5 +1,5 @@
import { ServerProvider } from "@/components/feat/server-page/server-provider";
-import { ServerResponse } from "@/lib/types/mh-server";
+import type { ServerResponse } from "@/lib/types/mh-server";
import type { Metadata } from "next";
import { notFound } from "next/navigation";
diff --git a/apps/www/src/app/(sl-modification-frame)/servers/embedded/sl-modification-frame/files/page.tsx b/apps/www/src/app/(sl-modification-frame)/servers/embedded/sl-modification-frame/files/page.tsx
index b5a7af6..93e83cf 100644
--- a/apps/www/src/app/(sl-modification-frame)/servers/embedded/sl-modification-frame/files/page.tsx
+++ b/apps/www/src/app/(sl-modification-frame)/servers/embedded/sl-modification-frame/files/page.tsx
@@ -46,7 +46,6 @@ import {
ArrowLeft,
Braces,
EllipsisVertical,
- File,
FileCode,
Pencil,
Trash,
@@ -76,7 +75,7 @@ export default function ServerListModificationFrame() {
{files.map((c, i) => (
@@ -88,7 +87,7 @@ export default function ServerListModificationFrame() {