Phase 1: Delete 19 dead component/service/tool files (4,200+ lines) Phase 2: Remove 13 unused npm packages (Radix UI, shadcn utilities, ytdl-core, etc.) Phase 3: Database schema — drop agent_delegations, add performance indexes Phase 4: Remove 12 dead types from database.ts/analytics.ts/helpers.ts Phase 5: Strip shadcn/ui theme from tailwind config Phase 6: Clean env vars, fix broken imports (LocalKeyGate, MapViewer) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
6 lines
136 B
TypeScript
6 lines
136 B
TypeScript
import ThreePanelLayout from '@/components/layout/ThreePanelLayout';
|
|
|
|
export default function Home() {
|
|
return <ThreePanelLayout />;
|
|
}
|