import styles from "./styles"; const Loading = () => { return (

Loading...

); }; export default Loading;