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