Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisintech committed Nov 15, 2024
1 parent 2bf3d3c commit 19e782f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/components/waitlist/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ The following example includes a basic implementation of the `<Waitlist />` comp

<Tabs items={["Next.js", "React"]}>
<Tab>
```jsx {{ filename: '/app/waitlist/[[...waitlist]]/page.tsx' }}
import { Waitlist } from '@clerk/nextjs'
```jsx {{ filename: '/app/waitlist/[[...waitlist]]/page.tsx' }}
import { Waitlist } from '@clerk/nextjs'

export default function WaitlistPage() {
return <Waitlist />
}
```
export default function WaitlistPage() {
return <Waitlist />
}
```
</Tab>

<Tab>
Expand Down

0 comments on commit 19e782f

Please sign in to comment.