diff options
author | Anton Tananaev <anton@traccar.org> | 2022-05-08 13:22:20 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-05-08 13:22:20 -0700 |
commit | 2fe63fde05b4a3a2a6ac3a50ef28bfbc073b00ae (patch) | |
tree | c49f2621fb725d20a6f952e69551e17ec243b8d4 /modern/src/settings/DevicePage.js | |
parent | 5173647c7bff3404902d4f227717c3265c72cf6c (diff) | |
download | trackermap-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.js | 2 |
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'; |