Skip to content

Commit 796b1ce

Browse files
davidpattaguanwobsorianoalexcarpenter
authored
chore(nuxt): Add <Waitlist /> component to auto-imported components (#5067)
Co-authored-by: Robert Soriano <sorianorobertc@gmail.com> Co-authored-by: Alex Carpenter <im.alexcarpenter@gmail.com>
1 parent eea8ce0 commit 796b1ce

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/serious-candles-obey.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@clerk/nuxt": patch
3+
---
4+
5+
Add `<Waitlist />` component to the set of auto-imported components

packages/nuxt/src/module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ export default defineNuxtModule<ModuleOptions>({
129129
'RedirectToCreateOrganization',
130130
'SignedIn',
131131
'SignedOut',
132+
'Waitlist',
132133
];
133134
components.forEach(component => {
134135
void addComponent({

0 commit comments

Comments
 (0)