mirror of
https://github.com/vercel/commerce.git
synced 2025-05-13 05:07:51 +00:00
6 lines
108 B
TypeScript
6 lines
108 B
TypeScript
import { notFound } from 'next/navigation'
|
|
|
|
export default function CatchAllNotFoundPage() {
|
|
notFound()
|
|
}
|