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