Skip to content

Commit 4a70509

Browse files
committed
remove PropType import - stupid ts server
1 parent e7dfa16 commit 4a70509

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/components/carousel-basic/CarouselBasic.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767

6868
<script setup lang="ts">
6969
import { useEventListener, useResizeObserver, useSwipe } from "@vueuse/core";
70-
import type { PropType } from "vue";
7170
7271
const props = defineProps({
7372
carouselDataIds: {

0 commit comments

Comments
 (0)