diff options
author | Ondřej Hruška <ondra@ondrovo.com> | 2017-10-16 22:24:44 +0200 |
---|---|---|
committer | Ondřej Hruška <ondra@ondrovo.com> | 2017-10-16 22:24:44 +0200 |
commit | 37ff061d9bf0a91da6580960be01e3c6bc5e5c4c (patch) | |
tree | fb5d8ed08dc130607fd7fd31c67b7cad4ebfd8f5 /app/javascript/glitch/components/local_settings/page/item | |
parent | 8b9ee5f16bac8b53d56ac7d9974275658305803e (diff) |
satisfy eslint and jest
Diffstat (limited to 'app/javascript/glitch/components/local_settings/page/item')
-rw-r--r-- | app/javascript/glitch/components/local_settings/page/item/index.js | 2 |
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'; // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * |