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 10a26bb commit 56d10eaCopy full SHA for 56d10ea
stories/Quote.stories.tsx
@@ -1,3 +1,4 @@
1
+import React from "react";
2
import { Quote } from "../dist/Quote";
3
import { sectionName } from "./sectionName";
4
import { getStoryFactory } from "./getStory";
@@ -18,7 +19,6 @@ export const Default = getStory({
18
19
author: "Auteur",
20
source: (
21
<>
- {" "}
22
<li>
23
<cite>Ouvrage</cite>
24
</li>
@@ -54,7 +54,6 @@ export const QuoteWithoutIllustration = getStory({
54
55
56
57
58
59
60
0 commit comments