Skip to content

Commit

Permalink
chore: codebase cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraghazra committed Aug 18, 2020
1 parent 28b1205 commit 09c3426
Show file tree
Hide file tree
Showing 18 changed files with 11 additions and 563 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
"@storybook/addon-links": "^6.0.10",
"@storybook/addon-storysource": "^6.0.10",
"@storybook/react": "^6.0.10",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"babel-eslint": "^10.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/stories/Button.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";
// also exported from '@storybook/react' if you can deal with breaking changes in 6.1
import { Story, Meta } from "@storybook/react/types-6-0";
import { Story, Meta } from "@storybook/react";

import { Button, ButtonProps } from "./Button";

Expand Down
20 changes: 0 additions & 20 deletions src/stories/Header.stories.tsx

This file was deleted.

62 changes: 0 additions & 62 deletions src/stories/Header.tsx

This file was deleted.

194 changes: 0 additions & 194 deletions src/stories/Introduction.stories.mdx

This file was deleted.

23 changes: 0 additions & 23 deletions src/stories/Page.stories.tsx

This file was deleted.

Loading

0 comments on commit 09c3426

Please sign in to comment.