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/webControls/components/WebControls.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/features/webControls') diff --git a/src/features/webControls/components/WebControls.js b/src/features/webControls/components/WebControls.js index 8261ede2b..5650d4cd1 100644 --- a/src/features/webControls/components/WebControls.js +++ b/src/features/webControls/components/WebControls.js @@ -2,7 +2,6 @@ import { createRef, Component } from 'react'; import PropTypes from 'prop-types'; import { observer } from 'mobx-react'; import injectSheet from 'react-jss'; -import { Icon } from '@meetfranz/ui'; import { defineMessages, injectIntl } from 'react-intl'; import { @@ -13,6 +12,8 @@ import { mdiEarth, } from '@mdi/js'; +import { Icon } from '../../../components/ui/icon'; + const messages = defineMessages({ goHome: { id: 'webControls.goHome', -- cgit v1.2.3-70-g09d2