aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/webControls/components
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-10-15 15:25:41 +0530
committerLibravatar GitHub <noreply@github.com>2021-10-15 15:25:41 +0530
commit0ad7444fb1dc2cdb82830df4ef241d75a6bfd82d (patch)
tree5a994fb8e0620aa5d2542ddd9c8561ef9861a9b5 /src/features/webControls/components
parentchore: refresh lock file to fix vulnerabilities (#2075) (diff)
downloadferdium-app-0ad7444fb1dc2cdb82830df4ef241d75a6bfd82d.tar.gz
ferdium-app-0ad7444fb1dc2cdb82830df4ef241d75a6bfd82d.tar.zst
ferdium-app-0ad7444fb1dc2cdb82830df4ef241d75a6bfd82d.zip
chore: move 'packages/ui' into 'src' (no longer an injected package) (#2077)
Diffstat (limited to 'src/features/webControls/components')
-rw-r--r--src/features/webControls/components/WebControls.js3
1 files changed, 2 insertions, 1 deletions
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';
2import PropTypes from 'prop-types'; 2import PropTypes from 'prop-types';
3import { observer } from 'mobx-react'; 3import { observer } from 'mobx-react';
4import injectSheet from 'react-jss'; 4import injectSheet from 'react-jss';
5import { Icon } from '@meetfranz/ui';
6import { defineMessages, injectIntl } from 'react-intl'; 5import { defineMessages, injectIntl } from 'react-intl';
7 6
8import { 7import {
@@ -13,6 +12,8 @@ import {
13 mdiEarth, 12 mdiEarth,
14} from '@mdi/js'; 13} from '@mdi/js';
15 14
15import { Icon } from '../../../components/ui/icon';
16
16const messages = defineMessages({ 17const messages = defineMessages({
17 goHome: { 18 goHome: {
18 id: 'webControls.goHome', 19 id: 'webControls.goHome',