fix: remove unused dashboard type import

This commit is contained in:
MythEclipse
2026-05-14 20:47:51 +07:00
parent 2d56012bf5
commit 0a7965e1d4

View File

@@ -1,6 +1,5 @@
import { useEffect, useRef, useState } from "react";
import { listMessages } from "./api/client";
import type { DashboardMessage } from "./api/client";
import { connectDashboardSocket } from "./ws/client";
import type { DashboardEvent } from "./ws/client";