AbdulElahGwaith's picture
Upload folder using huggingface_hub
b91e262 verified
import Link from 'next/link'
export default function Page() {
return (
<>
<p id="page">Page</p>
<Link href="/template/servercomponent/other" id="link">
To Other
</Link>
</>
)
}