SYMBOL INDEX (28 symbols across 25 files) FILE: app/(auth)/(routes)/sign-in/[[...sign-in]]/page.tsx function Page (line 3) | function Page() { FILE: app/(auth)/(routes)/sign-up/[[...sign-up]]/page.tsx function Page (line 3) | function Page() { FILE: app/(landing)/page.tsx function LandingPage (line 5) | function LandingPage() { FILE: app/api/code/route.ts function POST (line 18) | async function POST(req: Request) { FILE: app/api/conversation/route.ts function POST (line 14) | async function POST(req: Request) { FILE: app/api/image/route.ts function POST (line 13) | async function POST(req: Request) { FILE: app/api/music/route.ts function POST (line 11) | async function POST(req: Request) { FILE: app/api/stripe/route.ts function GET (line 10) | async function GET() { FILE: app/api/video/route.ts function POST (line 11) | async function POST(req: Request) { FILE: app/api/webhook/route.ts function POST (line 8) | async function POST(req: Request) { FILE: app/layout.tsx function RootLayout (line 17) | function RootLayout({ children }: { children: React.ReactNode }) { FILE: components/empty.tsx type EmptyProps (line 3) | interface EmptyProps { FILE: components/free-counter.tsx type FreeCounterProps (line 12) | interface FreeCounterProps { FILE: components/heading.tsx type HeadingProps (line 5) | interface HeadingProps { FILE: components/sidebar.tsx type SidebarProps (line 59) | interface SidebarProps { FILE: components/subscription-button.tsx type SubscriptionButtonProps (line 9) | interface SubscriptionButtonProps { FILE: components/ui/badge.tsx type BadgeProps (line 24) | interface BadgeProps extends React.HTMLAttributes, Varia... function Badge (line 26) | function Badge({ className, variant, ...props }: BadgeProps) { FILE: components/ui/button.tsx type ButtonProps (line 34) | interface ButtonProps extends React.ButtonHTMLAttributes