fix: remove unused dashboard type import
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
import { useEffect, useRef, useState } from "react";
|
import { useEffect, useRef, useState } from "react";
|
||||||
import { listMessages } from "./api/client";
|
import { listMessages } from "./api/client";
|
||||||
import type { DashboardMessage } from "./api/client";
|
|
||||||
import { connectDashboardSocket } from "./ws/client";
|
import { connectDashboardSocket } from "./ws/client";
|
||||||
import type { DashboardEvent } from "./ws/client";
|
import type { DashboardEvent } from "./ws/client";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user