mirror of
https://github.com/vercel/commerce.git
synced 2025-06-28 01:11:24 +00:00
6 lines
106 B
TypeScript
6 lines
106 B
TypeScript
import { notFound } from 'next/navigation';
|
|
|
|
export default function NotFoundCatchAll() {
|
|
notFound();
|
|
}
|