import Head from 'next/head'; const redirect = (destination: string) => { return () => ( ); }; export default redirect;