aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/Main.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view/Main.js')
-rw-r--r--web/app/view/Main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/Main.js b/web/app/view/Main.js
index 958042542..781cfad6b 100644
--- a/web/app/view/Main.js
+++ b/web/app/view/Main.js
@@ -20,7 +20,7 @@ Ext.define('Traccar.view.Main', {
requires: [
'Traccar.view.Device',
- 'Traccar.view.state.State',
+ 'Traccar.view.State',
'Traccar.view.report.Report',
'Traccar.view.map.Map'
],