diff options
Diffstat (limited to 'web/app/view/MainMobile.js')
-rw-r--r-- | web/app/view/MainMobile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/MainMobile.js b/web/app/view/MainMobile.js index 310f3a872..0562edb70 100644 --- a/web/app/view/MainMobile.js +++ b/web/app/view/MainMobile.js @@ -20,7 +20,7 @@ Ext.define('Traccar.view.MainMobile', { requires: [ 'Traccar.view.Device', - 'Traccar.view.state.State', + 'Traccar.view.State', 'Traccar.view.map.Map' ], |