Skip to content

Commit 56d10ea

Browse files
author
Julien Bouquillon
committed
fix
1 parent 10a26bb commit 56d10ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

stories/Quote.stories.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import React from "react";
12
import { Quote } from "../dist/Quote";
23
import { sectionName } from "./sectionName";
34
import { getStoryFactory } from "./getStory";
@@ -18,7 +19,6 @@ export const Default = getStory({
1819
author: "Auteur",
1920
source: (
2021
<>
21-
{" "}
2222
<li>
2323
<cite>Ouvrage</cite>
2424
</li>
@@ -54,7 +54,6 @@ export const QuoteWithoutIllustration = getStory({
5454
author: "Auteur",
5555
source: (
5656
<>
57-
{" "}
5857
<li>
5958
<cite>Ouvrage</cite>
6059
</li>

0 commit comments

Comments
 (0)