SYMBOL INDEX (41 symbols across 26 files) FILE: app/layout.tsx function RootLayout (line 12) | function RootLayout({ FILE: app/page.tsx function Home (line 42) | function Home() { FILE: components/date-range-picker.tsx function CalendarDateRangePicker (line 17) | function CalendarDateRangePicker({ FILE: components/edit-switch.tsx function EditSwitch (line 6) | function EditSwitch({ FILE: components/main-nav.tsx function MainNav (line 5) | function MainNav({ FILE: components/overview-loader.tsx function OverviewLoader (line 4) | function OverviewLoader() { FILE: components/overview.tsx function Overview (line 56) | async function Overview() { FILE: components/recent-sales-loader.tsx function RecentSalesLoader (line 4) | function RecentSalesLoader() { FILE: components/recent-sales.tsx function RecentSales (line 3) | async function RecentSales() { FILE: components/search.tsx function Search (line 3) | function Search() { FILE: components/stats-loader.tsx function StatsLoader (line 4) | function StatsLoader() { FILE: components/stats.tsx function Stats (line 4) | async function Stats() { FILE: components/swap-layout-loader.tsx function SwapLayoutLoader (line 4) | function SwapLayoutLoader() { FILE: components/swap-layout.tsx constant DEFAULT (line 7) | const DEFAULT = { type SectionKey (line 15) | type SectionKey = "top" | "center_left" | "center_right" | "bottom"; type SwapLayoutProps (line 17) | interface SwapLayoutProps { function SwapLayout (line 28) | function SwapLayout({ type ContainerProps (line 90) | interface ContainerProps { type SlotProps (line 136) | interface SlotProps { type ItemProps (line 157) | interface ItemProps { FILE: components/team-switcher.tsx type Team (line 75) | type Team = (typeof groups)[number]["teams"][number] type PopoverTriggerProps (line 77) | type PopoverTriggerProps = React.ComponentPropsWithoutRef function Calendar (line 12) | function Calendar({ FILE: components/ui/chart.tsx constant THEMES (line 9) | const THEMES = { light: "", dark: ".dark" } as const type ChartConfig (line 11) | type ChartConfig = { type ChartContextProps (line 21) | type ChartContextProps = { function useChart (line 27) | function useChart() { function getPayloadConfigFromPayload (line 320) | function getPayloadConfigFromPayload( FILE: components/ui/command.tsx type CommandDialogProps (line 26) | interface CommandDialogProps extends DialogProps {} FILE: components/ui/input.tsx type InputProps (line 7) | interface InputProps FILE: components/ui/skeleton.tsx function Skeleton (line 3) | function Skeleton({ FILE: components/user-nav.tsx function UserNav (line 18) | function UserNav() { FILE: lib/utils.ts function cn (line 4) | function cn(...inputs: ClassValue[]) {