From c14b7a4473e90a7f40496efcdbd42f25e0165373 Mon Sep 17 00:00:00 2001 From: Ricardo Cino Date: Fri, 1 Jul 2022 08:30:51 +0200 Subject: chore: correctly export/import ui elements --- src/features/webControls/components/WebControls.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/features/webControls') diff --git a/src/features/webControls/components/WebControls.js b/src/features/webControls/components/WebControls.js index 99d78eda0..570f2f2dc 100644 --- a/src/features/webControls/components/WebControls.js +++ b/src/features/webControls/components/WebControls.js @@ -12,7 +12,7 @@ import { mdiEarth, } from '@mdi/js'; -import { Icon } from '../../../components/ui/icon'; +import Icon from '../../../components/ui/icon'; const messages = defineMessages({ goHome: { -- cgit v1.2.3-54-g00ecf