From 27ab470ff66433eaafe33574cf783b82c6274e00 Mon Sep 17 00:00:00 2001 From: Will McVay Date: Thu, 11 Apr 2024 17:33:34 +0100 Subject: [PATCH] fix: #90 removes eroneous import --- src/storybook/changelog.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/storybook/changelog.mdx b/src/storybook/changelog.mdx index 52319efa..5be32533 100644 --- a/src/storybook/changelog.mdx +++ b/src/storybook/changelog.mdx @@ -488,5 +488,4 @@ We hope the migration process will be relatively smooth in virtually all cases h ### **3.0.0-beta.1 - 05/07/21** - Initial 3.x.x full ground up re-build with zero compat from v2.x.x -- For migration information see aboveimport { InputWrapHalf } from '../components/form-layout' - import { FormLayout } from '../components/form-layout'import { BodyText } from '../components/typography' +- For migration information see above