From aaa20cd456311866b1446ba7445c23c8becb9790 Mon Sep 17 00:00:00 2001 From: Linkie Link Date: Mon, 30 Oct 2023 14:04:40 +0100 Subject: [PATCH] v1.7.1-hotfix --- src/components/common/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/common/index.ts b/src/components/common/index.ts index 8028e9f..0c5bd50 100644 --- a/src/components/common/index.ts +++ b/src/components/common/index.ts @@ -27,7 +27,6 @@ export { InputSection } from './InputSection/InputSection' export { InputSlider } from './InputSlider/InputSlider' export { Layout } from './Layout/Layout' export { Loading } from './Loading/Loading' -export { MigrationBanner } from './MigrationBanner/MigrationBanner' export { MigrationInProgress } from './MigrationInProgress/MigrationInProgress' export { MobileNav } from './MobileNav/MobileNav' export { Notification } from './Notification/Notification'