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