import Spinner from '~/components/Spinner'; import cn from '~/utils/cn'; interface Props { readonly acl: string; } export default function Fallback({ acl }: Props) { return (