Skip to content

Commit

Permalink
fix: change storyUtils to story
Browse files Browse the repository at this point in the history
  • Loading branch information
sungik-choi committed Nov 22, 2023
1 parent 90b8b62 commit b97a765
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/bezier-react/src/components/Banner/Banner.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
} from '@storybook/addon-docs'
import {
getTitle,
} from '~/src/utils/storyUtils'
} from '~/src/utils/story'
import {
Banner,
BannerVariant,
Expand Down
2 changes: 1 addition & 1 deletion packages/bezier-react/src/components/Stack/Stack.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
} from '@storybook/addon-docs'
import {
getTitle,
} from '~/src/utils/storyUtils'
} from '~/src/utils/story'
import {
Button,
ButtonSize,
Expand Down
2 changes: 1 addition & 1 deletion packages/bezier-react/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"**/*.test.ts",
"**/*.test.tsx",
"./src/utils/testUtils.tsx",
"./src/utils/storyUtils.ts",
"./src/utils/story.ts",
],
"compilerOptions": {
"outDir": "dist/types",
Expand Down
2 changes: 1 addition & 1 deletion packages/bezier-react/tsconfig.prune.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"exclude": [
"src/index.ts",
"**/*.stories.tsx",
"src/utils/storyUtils.ts"
"src/utils/story.ts"
],
"files": [
"./src/index.ts"
Expand Down

0 comments on commit b97a765

Please sign in to comment.