Skip to content

Commit

Permalink
chore: add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz committed Sep 4, 2024
1 parent a002bd9 commit f906dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/applet/src/components/settings/Settings.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
import { VueSelect, VueSwitch } from '@vue/devtools-ui'
import { VueInput, VueSelect, VueSwitch } from '@vue/devtools-ui'
import { rpc } from '@vue/devtools-core'
import { computed } from 'vue'
Expand Down

0 comments on commit f906dac

Please sign in to comment.