Skip to content

Commit 9e92b6f

Browse files
committed
Order stories
1 parent ad5c355 commit 9e92b6f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.storybook/preview.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,13 @@ const { getHardCodedWeight } = (() => {
8080

8181
const orderedPagesPrefix = [
8282
"🇫🇷 Introduction",
83-
"components",
83+
//"components",
84+
"components/Header",
85+
"components/Footer",
86+
"components/Alert",
87+
"components/Tabs",
88+
"components/Stepper",
89+
"components/Button",
8490
];
8591

8692
function getHardCodedWeight(kind) {

0 commit comments

Comments
 (0)