import { LoadingIcon } from './LoadingIcon' import styles from './styles.module.css' export function Loading() { return (
) }