Skip to content

Commit

Permalink
chore: 冗長なコードを削減
Browse files Browse the repository at this point in the history
  • Loading branch information
s-sasaki-0529 committed Dec 16, 2024
1 parent dd69f61 commit 516dc91
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export const All: StoryFn = () => {
<Heading>Reel</Heading>
</header>
<Stack as="section">
{}
<Heading type="sectionTitle">
with <code>gap</code>, <code>padding</code>
</Heading>
Expand All @@ -45,7 +44,6 @@ export const All: StoryFn = () => {
</Reel>
</Stack>
<Stack as="section">
{}
<Heading type="sectionTitle">
<code>TabBar</code>
</Heading>
Expand All @@ -65,7 +63,6 @@ export const All: StoryFn = () => {
</Reel>
</Stack>
<Stack as="section">
{}
<Heading type="sectionTitle">
<code>Table</code>
</Heading>
Expand Down

0 comments on commit 516dc91

Please sign in to comment.