Skip to content

Commit

Permalink
Move Storybook boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmkio committed Jan 5, 2024
1 parent 526413b commit 498142d
Show file tree
Hide file tree
Showing 28 changed files with 23 additions and 913 deletions.
16 changes: 8 additions & 8 deletions src/components/test/test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@ export default function Test() {
return (
<>
<p>This works:</p>
<Image
src="/assets/images/next.svg"
alt="Next.js Logo"
width={180}
height={37}
priority
/>
<p>And this works:</p>
<div
className={styles.logo}
style={{
Expand All @@ -22,6 +14,14 @@ export default function Test() {
/>
<p>But this doesn't:</p>
<div className={styles.badLogo} />
<p>And neither does this (although not my main objective):</p>
<Image
src="/assets/images/next.svg"
alt="Next.js Logo"
width={180}
height={37}
priority
/>
</>
);
}
50 changes: 0 additions & 50 deletions src/stories/Button.stories.ts

This file was deleted.

52 changes: 0 additions & 52 deletions src/stories/Button.tsx

This file was deleted.

Loading

0 comments on commit 498142d

Please sign in to comment.