import styles from './loading.module.css' export function LoadingSpinner({ fullPage }: { fullPage?: boolean }) { return (
) }