Integration
The reusable implementation is split across @components/app-1.tsx, @components/app-1-sidebar.tsx.
The registry also includes app/app-1/page.tsx as a complete preview route; an existing application can keep the reusable component files without adopting that route.
Example content is isolated in @components/data/app-1-data.ts (app1Chart, app1ChartConfig, app1Projects, app1Activity); replace those fixtures with application data rather than editing layout markup in several places.
@components/app-1.tsx, @components/app-1-sidebar.tsx declare a client boundary for state, measurement, or browser interaction.
Keep SidebarInset as a direct sibling of the sidebar; the source uses the shadcn sidebar primitive for its mobile sheet, focus trap, and state cookie.
