aboutsummaryrefslogtreecommitdiff
path: root/static/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/main.js')
-rw-r--r--static/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/main.js b/static/main.js
index 7b3417a6c..4c02fa8d6 100644
--- a/static/main.js
+++ b/static/main.js
@@ -66,7 +66,7 @@ require('bootstrap/dist/css/bootstrap.min.css');
require('golden-layout/src/css/goldenlayout-base.css');
require('tom-select/dist/css/tom-select.bootstrap4.css');
require('./colours.scss');
-require('./explorer.scss');
+require('./styles/explorer.scss');
// Check to see if the current unload is a UI reset.
// Forgive me the global usage here