about summary refs log tree commit diff
path: root/app/javascript/glitch/components/local_settings/page/item/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/glitch/components/local_settings/page/item/index.js')
-rw-r--r--app/javascript/glitch/components/local_settings/page/item/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/glitch/components/local_settings/page/item/index.js b/app/javascript/glitch/components/local_settings/page/item/index.js
index 326c7eeb0..37e28c084 100644
--- a/app/javascript/glitch/components/local_settings/page/item/index.js
+++ b/app/javascript/glitch/components/local_settings/page/item/index.js
@@ -4,7 +4,7 @@ import PropTypes from 'prop-types';
 import ImmutablePropTypes from 'react-immutable-proptypes';
 
 //  Stylesheet imports
-import './style';
+import './style.scss';
 
 //  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *