import React from 'react' import Link from 'next/link' const Footer: React.FC = () => { return (

albert {' | '} github

) } export default Footer