Skip to content

Commit

Permalink
chore: remove more explicit compiler macro imports
Browse files Browse the repository at this point in the history
  • Loading branch information
madebyfabian committed Jul 12, 2024
1 parent 520a37b commit 02aff62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/CalendlyPopupButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</template>

<script lang="ts" setup>
import { ref, defineProps, defineEmits, defineExpose } from "vue"
import { ref } from "vue"
import type { CalendlyPopupButtonOptions } from "../types"
import PopupModal from "./PopupModal.vue"
Expand Down

0 comments on commit 02aff62

Please sign in to comment.