From 0ad7444fb1dc2cdb82830df4ef241d75a6bfd82d Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Fri, 15 Oct 2021 15:25:41 +0530 Subject: chore: move 'packages/ui' into 'src' (no longer an injected package) (#2077) --- src/features/quickSwitch/Component.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/features/quickSwitch') diff --git a/src/features/quickSwitch/Component.js b/src/features/quickSwitch/Component.js index 76b3c9b4b..ced047a93 100644 --- a/src/features/quickSwitch/Component.js +++ b/src/features/quickSwitch/Component.js @@ -6,9 +6,9 @@ import { reaction } from 'mobx'; import injectSheet from 'react-jss'; import { defineMessages, injectIntl } from 'react-intl'; import { Input } from '@meetfranz/forms'; -import { H1 } from '@meetfranz/ui'; - import { compact, invoke } from 'lodash'; + +import { H1 } from '../../components/ui/headline'; import Modal from '../../components/ui/Modal'; import { state as ModalState } from './store'; import ServicesStore from '../../stores/ServicesStore'; -- cgit v1.2.3-70-g09d2