import clsx from 'clsx' import Button from '~/components/Button' type FallbackProperties = { readonly acl: string; readonly where: 'client' | 'server'; } export default function Fallback({ acl, where }: FallbackProperties) { return ( <>