import LogoButton from "./LogoButton" interface FooterProps { bgcolor:string } export default function Footer ({bgcolor}:FooterProps) { return ( ) }