aboutsummaryrefslogtreecommitdiff
path: root/modern/src/reports/StopReportPage.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2021-09-02 20:44:13 -0700
committerAnton Tananaev <anton.tananaev@gmail.com>2021-09-02 20:44:13 -0700
commit8d953869da0b79941987ab1dc6eb00e643ee5d81 (patch)
tree30247cb60ef6b7577224b5e74df52c7c23b2d011 /modern/src/reports/StopReportPage.js
parente07d5ff079527da0c07c4f8ede0aaef272517393 (diff)
downloadetbsa-traccar-web-8d953869da0b79941987ab1dc6eb00e643ee5d81.tar.gz
etbsa-traccar-web-8d953869da0b79941987ab1dc6eb00e643ee5d81.tar.bz2
etbsa-traccar-web-8d953869da0b79941987ab1dc6eb00e643ee5d81.zip
Move localization provider
Diffstat (limited to 'modern/src/reports/StopReportPage.js')
-rw-r--r--modern/src/reports/StopReportPage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/reports/StopReportPage.js b/modern/src/reports/StopReportPage.js
index d2e7e7e..c00c238 100644
--- a/modern/src/reports/StopReportPage.js
+++ b/modern/src/reports/StopReportPage.js
@@ -7,7 +7,7 @@ import {
import ReportFilter from './ReportFilter';
import ReportLayout from './ReportLayout';
import { useAttributePreference } from '../common/preferences';
-import t from '../common/localization';
+import t from '../LocalizationProvider';
const Filter = ({ setItems }) => {
const handleSubmit = async (deviceId, from, to, mail, headers) => {