Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jun 28, 2021
1 parent f3643d8 commit da044db
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/vite/client.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/// <reference lib="dom" />

import {
ConnectedPayload,
ErrorPayload,
FullReloadPayload,
PrunePayload,
Expand Down
1 change: 0 additions & 1 deletion packages/vite/src/client/client.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {
ConnectedPayload,
ErrorPayload,
FullReloadPayload,
HMRPayload,
Expand Down

0 comments on commit da044db

Please sign in to comment.