Skip to content

Commit 29bfe1b

Browse files
committed
chore: fix storybook imports
1 parent cce6ad7 commit 29bfe1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.storybook/main.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default {
2929
cwd: './build/',
3030
root: ['./src/'],
3131
alias: {
32-
'@styled-components': './utils/styled-components.js',
32+
'@styled-components': './utils/styled.js',
3333
},
3434
},
3535
],

0 commit comments

Comments
 (0)