diff --git a/src/components/link-preview/link-preview.stories.mdx b/src/components/link-preview/link-preview.stories.mdx index ee687fb475..4b3d6bb45b 100644 --- a/src/components/link-preview/link-preview.stories.mdx +++ b/src/components/link-preview/link-preview.stories.mdx @@ -1,4 +1,5 @@ import { Meta, Story, Canvas, ArgsTable } from "@storybook/addon-docs"; +import StyledSystemProps from "../../../.storybook/utils/styled-system-props"; import LinkPreview from "."; import * as stories from "./link-preview.stories.tsx";