Skip to content

Commit 177c798

Browse files
committed
chore(astro): Add component to mountAllClerkAstroJSComponents
1 parent 487070d commit 177c798

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/astro/src/internal/mount-clerk-astro-js-components.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const mountAllClerkAstroJSComponents = () => {
1414
'sign-up': 'mountSignUp',
1515
'google-one-tap': 'openGoogleOneTap',
1616
waitlist: 'mountWaitlist',
17+
__experimental_PricingTable: '__experimental_mountPricingTable',
1718
} as const;
1819

1920
Object.entries(mountFns).forEach(([category, mountFn]) => {

0 commit comments

Comments
 (0)