diff --git a/canvas/src/components/AppShell.tsx b/canvas/src/components/AppShell.tsx index 87233c7..b49e801 100644 --- a/canvas/src/components/AppShell.tsx +++ b/canvas/src/components/AppShell.tsx @@ -5,6 +5,7 @@ import { LeftNav } from './LeftNav'; import { ChatSidebar } from './ChatSidebar'; import { VoiceGuide } from './VoiceGuide'; import { BuildHero } from './BuildHero'; +import { AssetsScreen } from './AssetsScreen'; interface AppShellProps { /** @@ -71,11 +72,18 @@ export function AppShell({ leftSidebar, rightSidebar, children, onNewCreation }: switch (activeNavTab) { case 'create': return ( -
No saved assets yet.
+Use “Add from Fluid DAM” to browse and save assets to your library.
++ Add assets above with the + button or save assets in the Assets tab. Templates will appear here when available. +
+