This commit is contained in:
Nathan Bierema 2020-12-19 17:25:23 -05:00
parent a2c8fd89a9
commit 29d8e8f856

View File

@ -19,7 +19,12 @@ import SliderButton from 'remotedev-app/lib/components/buttons/SliderButton';
import ImportButton from 'remotedev-app/lib/components/buttons/ImportButton'; import ImportButton from 'remotedev-app/lib/components/buttons/ImportButton';
import ExportButton from 'remotedev-app/lib/components/buttons/ExportButton'; import ExportButton from 'remotedev-app/lib/components/buttons/ExportButton';
import PrintButton from 'remotedev-app/lib/components/buttons/PrintButton'; 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'; import { GoRadioTower, GoPin } from 'react-icons/go';
@enhance @enhance