We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f58a3da commit dc63484Copy full SHA for dc63484
apps/web/.storybook/main.cts
@@ -26,6 +26,11 @@ const config: StorybookConfig = {
26
files: '**/*.stories.@(js|jsx|ts|tsx)',
27
titlePrefix: 'Components'
28
},
29
+ {
30
+ directory: '../src/features/admin/components',
31
+ files: '**/*.stories.@(js|jsx|ts|tsx)',
32
+ titlePrefix: 'Admin'
33
+ },
34
{
35
directory: '../src/features/auth/components',
36
0 commit comments