import React from 'react'; import style from './Loading.module.scss'; const Loading = () => { return (
); }; export default Loading;