Skip to content

Commit 60f3f19

Browse files
committed
chore: remove unnecessary import statement
1 parent 6c57898 commit 60f3f19

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/vite/src/app/components/data/RawEventsTable.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import type { RolldownEvent } from '~~/node/rolldown/events-manager'
33
import type { SessionContext } from '~~/shared/types'
44
import { Dropdown as VDropdown } from 'floating-vue'
5-
import { withDefaults } from 'vue'
65
76
type FIELDS = 'module_id' | 'action' | 'content' | 'timestamp' | 'event_id' | 'plugin_name' | '*'
87

packages/vite/src/app/components/data/SearchPanel.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<script setup lang="ts">
22
import type { FilterMatchRule } from '~/utils/icon'
33
import { useVModel } from '@vueuse/core'
4-
import { withDefaults } from 'vue'
54
65
interface ModelValue { search?: string | false, selected?: string[] | null }
76

0 commit comments

Comments
 (0)