Skip to content

Commit

Permalink
refactor: remove unused 'watch' import in Example.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
ismail9k committed Jan 15, 2025
1 parent 086b5b3 commit 2891bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/components/Example.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup>
import { onMounted, watch, ref } from 'vue'
import { onMounted, ref } from 'vue'
import sdk from '@stackblitz/sdk'
const props = defineProps({
Expand Down

0 comments on commit 2891bbe

Please sign in to comment.