From 8d953869da0b79941987ab1dc6eb00e643ee5d81 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Thu, 2 Sep 2021 20:44:13 -0700 Subject: Move localization provider --- modern/src/MainPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modern/src/MainPage.js') diff --git a/modern/src/MainPage.js b/modern/src/MainPage.js index e0707404..5a8d4ce8 100644 --- a/modern/src/MainPage.js +++ b/modern/src/MainPage.js @@ -19,7 +19,7 @@ import GeofenceMap from './map/GeofenceMap'; import CurrentPositionsMap from './map/CurrentPositionsMap'; import CurrentLocationMap from './map/CurrentLocationMap'; import BottomNav from './components/BottomNav'; -import t from './common/localization'; +import t from './LocalizationProvider'; const useStyles = makeStyles((theme) => ({ root: { -- cgit v1.2.3