Skip to content

Commit

Permalink
feat: remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
eryue0220 committed May 26, 2024
1 parent 2547e0c commit 41079c5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/ui/Checkbox.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<script setup lang="ts">
import { defineProps } from "vue";
import { Checkbox } from "src/ui/checkbox";
defineProps<{
Expand Down
1 change: 0 additions & 1 deletion src/components/ui/Select.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<script setup lang="ts">
import { defineProps } from "vue";
import {
Select,
SelectContent,
Expand Down

0 comments on commit 41079c5

Please sign in to comment.