import React from "react"; import "../../css/loading.css"; function ComponentLoading() { return (
); } export default ComponentLoading;