Skip to content

Commit

Permalink
BI-12/login: storybook config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushtiwari110 committed Apr 12, 2024
1 parent 216d1fb commit 505737f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ module.exports = {
config.resolve.alias = {
...config.resolve.alias,
'@': path.resolve(__dirname, "../src/"),
'@assets': path.resolve(__dirname, "../src/assets"),
'@components': path.resolve(__dirname, "../src/components"),
};

return config;
Expand Down

0 comments on commit 505737f

Please sign in to comment.