import React from "react"; import styles from "./loading.module.css"; const Loading: React.FC = () => { return (
); }; export default Loading;