Skip to content

Commit dc63484

Browse files
committed
docs: add admin to storybook
1 parent f58a3da commit dc63484

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

apps/web/.storybook/main.cts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ const config: StorybookConfig = {
2626
files: '**/*.stories.@(js|jsx|ts|tsx)',
2727
titlePrefix: 'Components'
2828
},
29+
{
30+
directory: '../src/features/admin/components',
31+
files: '**/*.stories.@(js|jsx|ts|tsx)',
32+
titlePrefix: 'Admin'
33+
},
2934
{
3035
directory: '../src/features/auth/components',
3136
files: '**/*.stories.@(js|jsx|ts|tsx)',

0 commit comments

Comments
 (0)