Skip to content

Commit 30450ed

Browse files
committed
Fix relative links in doc
1 parent 241656b commit 30450ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stories/Display.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ the theme state.
2020
## Usage example
2121
2222
\`\`\`tsx
23-
import { Header } from "../dist/Header";
24-
import { Display, headerQuickAccessDisplay } from "../dist/Display";
23+
import { Header } from "@codegouvfr/react-dsfr/Header";
24+
import { Display, headerQuickAccessDisplay } from "@codegouvfr/react-dsfr/Display";
2525
2626
function App(){
2727

0 commit comments

Comments
 (0)