diff --git a/src/widgets/SampleList/ui/SampleListSection/SampleListSection.svelte b/src/widgets/SampleList/ui/SampleListSection/SampleListSection.svelte index c8c6d34..ff30b9d 100644 --- a/src/widgets/SampleList/ui/SampleListSection/SampleListSection.svelte +++ b/src/widgets/SampleList/ui/SampleListSection/SampleListSection.svelte @@ -11,6 +11,7 @@ import { type Snippet, getContext, } from 'svelte'; +import LayoutSwitch from '../LayoutSwitch/LayoutSwitch.svelte'; import SampleList from '../SampleList/SampleList.svelte'; const responsive = getContext('responsive'); @@ -25,6 +26,10 @@ const responsive = getContext('responsive'); headerTitle="visual_output" headerSubtitle="render_engine:" > + {#snippet headerContent()} + + {/snippet} + {#snippet content({ className })}