From 0a7965e1d4579d3446b143d510fe7d75da502461 Mon Sep 17 00:00:00 2001 From: MythEclipse Date: Thu, 14 May 2026 20:47:51 +0700 Subject: [PATCH] fix: remove unused dashboard type import --- frontend/src/App.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 599f495..764a522 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -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";