Skip to content

Commit ecb4c82

Browse files
committed
[#6] remove unnecessary imports
1 parent 3b3a9c0 commit ecb4c82

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

stores/events.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
11
import { defineStore } from "pinia";
22
import {
33
EventId,
4-
HttpDump,
5-
Inspector,
64
OneOfValues,
7-
Profiler,
8-
RayDump,
9-
Sentry,
105
ServerEvent,
11-
SMTP,
12-
VarDump,
136
} from "~/config/types";
147
import { ALL_EVENTS, EVENT_TYPES, LOCAL_STORAGE_KEYS } from "~/config/constants";
158

0 commit comments

Comments
 (0)