Skip to content

Commit

Permalink
docs(ui-shell): remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Mar 18, 2024
1 parent 4f3a122 commit acd08cd
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/src/pages/framed/UIShell/HeaderSearch.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
import {
Header,
HeaderUtilities,
HeaderAction,
HeaderSearch,
HeaderPanelLinks,
HeaderPanelDivider,
HeaderPanelLink,
SkipToContent,
Content,
Grid,
Expand Down Expand Up @@ -114,9 +110,9 @@
Click the button and search for something. Dispatched events are
logged below:
</p>
<div style="overflow-x: scroll;">
<div style:overflow-x="auto">
{#each events as { type, ...rest }}
<div style="display: block; margin-bottom: var(--cds-layout-01)">
<div style:margin-bottom="var(--cds-layout-01)">
<div><strong>on:{type}</strong></div>
{#if Object.keys(rest).length > 0}
<pre>{JSON.stringify(rest, null, 2)}</pre>
Expand Down

0 comments on commit acd08cd

Please sign in to comment.