import LocaleSwitcher from 'components/ui/locale-switcher/locale-switcher'; import Logo from 'components/ui/logo/logo'; import Link from 'next/link'; import CopyRight from './copyright'; // interface FooterProps { // localeData: { // type: string; // locale: string; // translations: []; // }; // } const Footer = () => { return ( ); }; export default Footer;