Skip to content

Commit

Permalink
test: storybook 설정에 router 절대경로 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
llqqssttyy committed Sep 10, 2024
1 parent 85e0393 commit cacf58d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const config: StorybookConfig = {
'@utils': path.resolve(__dirname, '../src/utils/'),
'@mocks': path.resolve(__dirname, '../src/mocks/'),
'@domain': path.resolve(__dirname, '../src/domain/'),
'@router': path.resolve(__dirname, '../src/router/'),
};
}
return config;
Expand Down

0 comments on commit cacf58d

Please sign in to comment.