From 5b8419500610e9a62a264819d7ed7857ac35ac69 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 24 Oct 2020 16:46:43 -0700 Subject: Selected device map plugin --- modern/src/MainPage.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modern/src/MainPage.js') diff --git a/modern/src/MainPage.js b/modern/src/MainPage.js index 9f9f744..ada6c01 100644 --- a/modern/src/MainPage.js +++ b/modern/src/MainPage.js @@ -8,6 +8,7 @@ import DevicesList from './DevicesList'; import MainToolbar from './MainToolbar'; import Map from './map/Map'; import PositionsMap from './map/PositionsMap'; +import SelectedDeviceMap from './map/SelectedDeviceMap'; const useStyles = makeStyles(theme => ({ root: { @@ -55,6 +56,7 @@ const MainPage = ({ width }) => {
+ -- cgit v1.2.3