mirror of
https://github.com/vercel/commerce.git
synced 2025-06-06 08:16:59 +00:00
Create not-found.tsx
This commit is contained in:
parent
206b555194
commit
41562e065e
8
app/not-found.tsx
Normal file
8
app/not-found.tsx
Normal file
@ -0,0 +1,8 @@
|
||||
export default function NotFound() {
|
||||
return (
|
||||
<div style={{ padding: 40, textAlign: 'center' }}>
|
||||
<h1 style={{ fontSize: 48, marginBottom: 16 }}>404</h1>
|
||||
<p style={{ fontSize: 18 }}>This page could not be found.</p>
|
||||
</div>
|
||||
);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user