diff options
Diffstat (limited to 'src/components/Loading.js')
| -rw-r--r-- | src/components/Loading.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Loading.js b/src/components/Loading.js index 7949a4b..37fcef5 100644 --- a/src/components/Loading.js +++ b/src/components/Loading.js @@ -1,7 +1,7 @@ import React from 'react'; import PropTypes from 'prop-types'; -import s0 from './Loading.module.scss'; +import s0 from './Loading.module.css'; const Loading = ({ height }) => { const style = height ? { height } : {}; |
