import styles from "./Loading.module.css"; // https://loading.io/css/ function Loading() { return (
); } export default Loading;