import { useAuthStore } from '../stores/auth' export default function DashboardPage() { const { user } = useAuthStore() return (
Welcome back, {user?.display_name || user?.email || 'User'}!
Manage your projects and repositories
Spawn and manage development tools
Configure your account and preferences