mirror of
https://github.com/vercel/commerce.git
synced 2025-05-15 14:06:59 +00:00
8 lines
141 B
TypeScript
8 lines
141 B
TypeScript
export default function NotFound() {
|
|
return (
|
|
<>
|
|
<h2>Not Found</h2>
|
|
<p>Could not find requested resource</p>
|
|
</>
|
|
);
|
|
} |