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