Skip to content

Commit

Permalink
Update packages/vue/src/components/ui-components/Waitlist.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Lennart <[email protected]>
  • Loading branch information
wobsoriano and LekoArts authored Jan 28, 2025
1 parent b6b8227 commit ff9a39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue/src/components/ui-components/Waitlist.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup lang="ts">
import { ClerkHostRenderer } from '../ClerkHostRenderer';
import { WaitlistProps } from '@clerk/types';
import type { WaitlistProps } from '@clerk/types';
import { useClerk } from '../../composables';
const clerk = useClerk();
Expand Down

0 comments on commit ff9a39a

Please sign in to comment.