Skip to content

Commit 2b346d1

Browse files
committed
fix: Fix imports on form component
1 parent 8b0fd35 commit 2b346d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/runtime/components/ListmonkForm.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<script setup lang="ts">
22
import { ref, provide } from 'vue'
3+
import { useSubscribe } from '../composables/useSubscribe'
34
45
const emit = defineEmits(['subscribed'])
56

0 commit comments

Comments
 (0)