fix(frontend): removed unwanted import

This commit is contained in:
2025-03-23 11:01:21 -05:00
parent bba0aa2ee4
commit 10d88f53eb

View File

@@ -19,7 +19,6 @@ import { adminUrlCheck } from "@/utils/adminUrlCheck";
import RestartServer from "./RestartServer";
import StopServer from "./StopServer";
import StartServer from "./StartServer";
import { formatInTimeZone } from "date-fns-tz";
export type Servers = {
server_id?: string;