Skip to content

Commit 588ad87

Browse files
committed
Fix paragraph export in paragraph stories
1 parent a147e64 commit 588ad87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/atoms/typography/paragraph.stories.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import React from "react";
2-
import { Paragraph, ParagraphSizes } from "./paragraph";
2+
import { Paragraph } from "./paragraph";
33
import Faker from "faker";
44
import { select } from "@storybook/addon-knobs";
5+
import { ParagraphSizes } from "../constants/paragraph-sizes";
56

67
export default {
78
component: Paragraph,

0 commit comments

Comments
 (0)