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