import { cn } from '~/utils/cn' import Link from '~/components/Link' interface FooterProps { url: string debug: boolean } export default function Footer({ url, debug, integration }: FooterProps) { return ( ) }