Skip to content

Commit

Permalink
remove commented code in divider stories
Browse files Browse the repository at this point in the history
  • Loading branch information
eljefe223 committed Sep 18, 2024
1 parent b1a92ea commit 023e960
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packages/web-components/src/divider/divider.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,6 @@ export const DividerSvgVerticalTemplate: Story = {
},
};

//
// Attribute Stories
//

export const Content: Story = {
render: renderComponent(html<StoryArgs<FluentDivider>>`
<fluent-divider align-content="center">
Expand Down Expand Up @@ -158,9 +154,3 @@ export const Orientation: Story = {
</div>
`),
};

// //
// // Extra stories - These stories are in addition to the story for each attribute.
// //
// export const DividerWithSvg = DividerSvgTemplate
// export const VerticalDividerWithSvg = DividerSvgVerticalTemplate

0 comments on commit 023e960

Please sign in to comment.