Skip to content

Commit 1c7cea1

Browse files
committed
fix(Waitlist.vue): remove conflict import declaration of 'emit'
1 parent d40713e commit 1c7cea1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/Hero/Waitlist.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
<script lang="ts" setup>
6868
import { ref } from 'vue'
6969
import { set } from '@vueuse/core'
70-
import { emit } from 'process'
7170
7271
const emit = defineEmits(['hideIntro'])
7372
const showWaitlist = ref(false)

0 commit comments

Comments
 (0)