aboutsummaryrefslogtreecommitdiff
path: root/modern/src/settings/DevicePage.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2022-05-08 13:22:20 -0700
committerAnton Tananaev <anton@traccar.org>2022-05-08 13:22:20 -0700
commit2fe63fde05b4a3a2a6ac3a50ef28bfbc073b00ae (patch)
treec49f2621fb725d20a6f952e69551e17ec243b8d4 /modern/src/settings/DevicePage.js
parent5173647c7bff3404902d4f227717c3265c72cf6c (diff)
downloadtrackermap-web-2fe63fde05b4a3a2a6ac3a50ef28bfbc073b00ae.tar.gz
trackermap-web-2fe63fde05b4a3a2a6ac3a50ef28bfbc073b00ae.tar.bz2
trackermap-web-2fe63fde05b4a3a2a6ac3a50ef28bfbc073b00ae.zip
Move components folder
Diffstat (limited to 'modern/src/settings/DevicePage.js')
-rw-r--r--modern/src/settings/DevicePage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/settings/DevicePage.js b/modern/src/settings/DevicePage.js
index 93b7f638..e40649a5 100644
--- a/modern/src/settings/DevicePage.js
+++ b/modern/src/settings/DevicePage.js
@@ -6,7 +6,7 @@ import {
} from '@material-ui/core';
import ExpandMoreIcon from '@material-ui/icons/ExpandMore';
import EditItemView from './components/EditItemView';
-import EditAttributesView from '../common/attributes/EditAttributesView';
+import EditAttributesView from './components/EditAttributesView';
import SelectField from '../common/components/SelectField';
import deviceCategories from '../common/util/deviceCategories';
import LinkField from '../common/components/LinkField';