import { clsx } from 'clsx' import styles from './Loading.module.scss' type Props = { size?: 'small' | 'tiny' } export const Loading = (props: Props) => { return (