From 29d8e8f856e92ac4675649850f8ffda5127d84d4 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Sat, 19 Dec 2020 17:25:23 -0500 Subject: [PATCH] prettify --- extension/src/app/containers/App.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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