diff --git a/components/common/Loading.js b/components/common/Loading.js new file mode 100644 index 00000000..46e72f17 --- /dev/null +++ b/components/common/Loading.js @@ -0,0 +1,13 @@ +import React from 'react'; +import classNames from 'classnames'; +import styles from './Loading.module.css'; + +export default function Loading({ className }) { + return ( +