import { DashboardShell, Sidebar, Header, type NavItem } from '@tree-e2e-1770173774/layout'; import { Button, Card, CardHeader, CardTitle, CardDescription, CardContent, Badge, Home, Users, Settings, BarChart3, } from '@tree-e2e-1770173774/ui'; const navItems: NavItem[] = [ { label: 'Dashboard', href: '/', icon: Home, active: true }, { label: 'Analytics', href: '/analytics', icon: BarChart3 }, { label: 'Users', href: '/users', icon: Users, badge: '12' }, { label: 'Settings', href: '/settings', icon: Settings }, ]; function App() { return ( tree-e2e-1770173774 } items={navItems} footer={
v0.0.1
} /> } header={
} >
{/* Welcome card */} Welcome to web This is part of the{' '} tree-e2e-1770173774 {' '} monorepo, using the shared UI library and layout components.
{/* Stats cards */}
Total Users 1,234 +12% from last month Active Sessions 567 Live API Requests 89.2k High traffic
{/* Edit hint */}

Edit this file at{' '} apps/web/src/App.tsx

); } export default App;