diff --git a/extension/src/app/containers/App.js b/extension/src/app/containers/App.js index 73a41fa2..a12d9c49 100644 --- a/extension/src/app/containers/App.js +++ b/extension/src/app/containers/App.js @@ -19,7 +19,12 @@ import SliderButton from 'remotedev-app/lib/components/buttons/SliderButton'; import ImportButton from 'remotedev-app/lib/components/buttons/ImportButton'; import ExportButton from 'remotedev-app/lib/components/buttons/ExportButton'; import PrintButton from 'remotedev-app/lib/components/buttons/PrintButton'; -import { MdSettings, MdBorderLeft, MdBorderRight, MdBorderBottom } from 'react-icons/md'; +import { + MdSettings, + MdBorderLeft, + MdBorderRight, + MdBorderBottom, +} from 'react-icons/md'; import { GoRadioTower, GoPin } from 'react-icons/go'; @enhance