Skip to content

Commit c76698f

Browse files
author
Daniel Vianna
committed
clean
1 parent bf6d888 commit c76698f

File tree

3 files changed

+4
-46
lines changed

3 files changed

+4
-46
lines changed

button-old/Button.stories.tsx

-41
This file was deleted.

components/introduction/button/Button.stories.tsx

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
// Button.stories.ts|tsx
22

33
import React from 'react';
4-
54
import { ComponentMeta } from '@storybook/react';
6-
75
import { Button } from './Button';
8-
96
import { withDesign } from 'storybook-addon-designs'
7+
import { ComponentStory} from '@storybook/react';
108

119
export default {
1210

tsconfig.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@
2020
"resolveJsonModule": true,
2121
"isolatedModules": true,
2222
"noEmit": true,
23-
"jsx": "react"
23+
"jsx": "react",
24+
"rootDir": "./src",
2425
},
2526
"include": [
26-
"src"
27+
"./src/"
2728
],
2829
"exclude": [
2930
"node_modules",

0 commit comments

Comments
 (0)