import { DetailedHTMLProps, HTMLAttributes } from "react"; import { twMerge } from "tailwind-merge"; export default function Footer({ ...props }: DetailedHTMLProps, HTMLElement>) { return ( {props.children} ); }