Skip to content

Commit f906dac

Browse files
committed
chore: add missing import
1 parent a002bd9 commit f906dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/applet/src/components/settings/Settings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup lang="ts">
2-
import { VueSelect, VueSwitch } from '@vue/devtools-ui'
2+
import { VueInput, VueSelect, VueSwitch } from '@vue/devtools-ui'
33
import { rpc } from '@vue/devtools-core'
44
import { computed } from 'vue'
55

0 commit comments

Comments
 (0)