import { cn } from "../../lib/utils" type FooterProps = { children?: React.ReactNode; }; const Footer = (props: FooterProps) => { return(); } export default Footer;