import Link from 'next/link'; import Shell from '../components/Shell'; export default function NotFound() { return (
返回首页
); }