page.tsx 105 B

12345
  1. import { notFound } from 'next/navigation';
  2. export default function DocsIndex() {
  3. return notFound();
  4. }