diff --git a/apps/mana/apps/web/src/lib/app-registry/help-content.ts b/apps/mana/apps/web/src/lib/app-registry/help-content.ts index 2a344fd0e..69595588b 100644 --- a/apps/mana/apps/web/src/lib/app-registry/help-content.ts +++ b/apps/mana/apps/web/src/lib/app-registry/help-content.ts @@ -1,8 +1,8 @@ /** * Per-module help content — description, features, tips. * - * Rendered inline in the page-body when the user clicks the help (?) - * icon in the PageShell header. Keyed by appId. + * Rendered inline in the shell body when the user clicks the help (?) + * icon in the ModuleShell header. Keyed by appId. */ export interface ModuleHelp { diff --git a/apps/mana/apps/web/src/lib/components/page-carousel/index.ts b/apps/mana/apps/web/src/lib/components/page-carousel/index.ts index 03ff2b07c..87c80be5f 100644 --- a/apps/mana/apps/web/src/lib/components/page-carousel/index.ts +++ b/apps/mana/apps/web/src/lib/components/page-carousel/index.ts @@ -1,4 +1,3 @@ -export { default as PageShell } from './PageShell.svelte'; export { default as PageCarousel } from './PageCarousel.svelte'; export type { CarouselPage } from './types'; diff --git a/apps/mana/apps/web/src/lib/components/page-carousel/PageShell.svelte b/apps/mana/apps/web/src/lib/components/shell/ModuleShell.svelte similarity index 63% rename from apps/mana/apps/web/src/lib/components/page-carousel/PageShell.svelte rename to apps/mana/apps/web/src/lib/components/shell/ModuleShell.svelte index 7325c78b4..958a3a426 100644 --- a/apps/mana/apps/web/src/lib/components/page-carousel/PageShell.svelte +++ b/apps/mana/apps/web/src/lib/components/shell/ModuleShell.svelte @@ -1,7 +1,23 @@ -