density-www
examples / full-apps / IdeExample.tsx
export default function IdeExample() {
return (
<WorkspaceShell>
<AccordionSidebar activeFile="IdeExample.tsx" />
<EditorPanel checks="passing" />
<AgentSidebar mode="review" />
</WorkspaceShell>
);
}$ pnpm --filter density-www ts
astro sync complete
tsc --noEmit
Found 0 errors. Watching for file changes.main
TypeScriptChecks passing
Ready