12 |
13 | Plus x2 referral bonus
14 |
15 |
16 |
17 |
18 | ) : null
19 | }
20 |
--------------------------------------------------------------------------------
/packages/ui/src/components/ui/separator.tsx:
--------------------------------------------------------------------------------
1 | 'use client'
2 |
3 | import * as SeparatorPrimitive from '@radix-ui/react-separator'
4 | import * as React from 'react'
5 | import { cn } from '../../lib/utils'
6 |
7 | const Separator = React.forwardRef<
8 | React.ElementRef