import Link from 'next/link' const AdminPage = () => { return ( <Link href='training'> <a>Training</a> </Link> ) } export default AdminPage