import Link from 'next/link' import { Button, cn } from 'ui' import { Admonition } from 'ui-patterns' export const UnknownInterface = ({ urlBack, fullHeight = true, }: { urlBack: string fullHeight?: boolean }) => { return (