diff options
Diffstat (limited to 'src/components/Rules.js')
| -rw-r--r-- | src/components/Rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Rules.js b/src/components/Rules.js index ad652e4..f37e1b0 100644 --- a/src/components/Rules.js +++ b/src/components/Rules.js @@ -10,7 +10,7 @@ import useRemainingViewPortHeight from '../hooks/useRemainingViewPortHeight'; import { getRules, fetchRules, fetchRulesOnce } from 'd/rules'; -import s0 from './Rules.module.scss'; +import s0 from './Rules.module.css'; const paddingBottom = 30; const mapStateToProps = s => ({ |
