Skip to content

Commit 0263b19

Browse files
committed
Fix a typo of vartheme_bs5 in commented lines in .storybook/main.js for Varbase Storybook #256
1 parent e268191 commit 0263b19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.storybook/main.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ const config = {
77
"../docroot/modules/contrib/varbase_components/components/**/*.stories.@(json|yml)",
88
// -------------------------------------------------------------------------------
99
// Uncomment the following line to start listing components Vartheme BS5 Starterkit.
10-
// "../docroot/themes/contrib/vartheme_ba5/components/**/*.mdx",
11-
// "../docroot/themes/contrib/vartheme_ba5/components/**/*.stories.@(json|yml)",
10+
// "../docroot/themes/contrib/vartheme_bs5/components/**/*.mdx",
11+
// "../docroot/themes/contrib/vartheme_bs5/components/**/*.stories.@(json|yml)",
1212
// -------------------------------------------------------------------------------
1313
// Uncomment the following line to start listing components from custom cloned generated theme
1414
// Change `mytheme` to the name of the custom theme.

0 commit comments

Comments
 (0)