import Link from 'next/link'; import styles from 'src/styles/modules/layout/footer.module.scss'; const links = [ { url: 'https://github.com/zyachel/libremdb', text: 'Source' }, { url: 'https://git.ngn.tf/ngn/libremdb', text: 'Modified Source' }, ] as const; const Footer = () => { return ( ); }; export default Footer;