diff options
Diffstat (limited to 'src/components/Loading.js')
| -rw-r--r-- | src/components/Loading.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Loading.js b/src/components/Loading.js index 37fcef5..3547d03 100644 --- a/src/components/Loading.js +++ b/src/components/Loading.js @@ -1,5 +1,5 @@ -import React from 'react'; import PropTypes from 'prop-types'; +import React from 'react'; import s0 from './Loading.module.css'; @@ -13,7 +13,7 @@ const Loading = ({ height }) => { }; Loading.propTypes = { - height: PropTypes.string + height: PropTypes.string, }; export default Loading; |
