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 fe25700 commit 9869530Copy full SHA for 9869530
.storybook/DocsContainer.js
@@ -5,9 +5,9 @@ import { useDarkMode } from "storybook-dark-mode";
5
import { darkTheme, lightTheme } from "./customTheme";
6
import "../dist/dsfr/dsfr.css";
7
import "../dist/dsfr/utility/icons/icons.min.css";
8
-import { startDsfrReact, useIsDark, useColors } from "../dist";
+import { startReactDsfr, useIsDark, useColors } from "../dist";
9
10
-startDsfrReact({
+startReactDsfr({
11
"defaultColorScheme": "system",
12
"defaultLang": "fr"
13
});
0 commit comments