import { PropsWithChildren } from 'react' import styles from './style.module.scss' export const Spinner = ({ children }: PropsWithChildren) => (