import styles from './style.module.scss' interface Props { desc: string } export const LoadingSpinner = (props: Props) => { const { desc } = props return (