Skip to content

Commit

Permalink
Merge pull request #1 from zimmerman-team/chore/remove-useless-stories
Browse files Browse the repository at this point in the history
chore: remove useless stories
  • Loading branch information
okorie2 authored Aug 27, 2024
2 parents b2b3a24 + bec3cf3 commit 0e3a278
Show file tree
Hide file tree
Showing 28 changed files with 2 additions and 796 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-node@v3
with:
#👇 Sets the version of Node.js to use
node-version: 16
node-version: 20
- run: yarn
#👇 Adds Chromatic as a step in the workflow
- uses: chromaui/action@v1
Expand Down
2 changes: 1 addition & 1 deletion src/components/buttons/button.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Button from "./button";

// More on how to set up stories at: https://storybook.js.org/docs/writing-stories#default-export
const meta = {
title: "Example/MyButton",
title: "Example/Button",
component: Button,
parameters: {
// Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/configure/story-layout
Expand Down
52 changes: 0 additions & 52 deletions src/stories/Button.stories.ts

This file was deleted.

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

This file was deleted.

Loading

0 comments on commit 0e3a278

Please sign in to comment.