Skip to content

Commit 9869530

Browse files
committed
Fix storybook
1 parent fe25700 commit 9869530

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.storybook/DocsContainer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import { useDarkMode } from "storybook-dark-mode";
55
import { darkTheme, lightTheme } from "./customTheme";
66
import "../dist/dsfr/dsfr.css";
77
import "../dist/dsfr/utility/icons/icons.min.css";
8-
import { startDsfrReact, useIsDark, useColors } from "../dist";
8+
import { startReactDsfr, useIsDark, useColors } from "../dist";
99

10-
startDsfrReact({
10+
startReactDsfr({
1111
"defaultColorScheme": "system",
1212
"defaultLang": "fr"
1313
});

0 commit comments

Comments
 (0)