Skip to content

Commit f446d23

Browse files
committed
fix: 404.mdx → 404.tsx
1 parent d352939 commit f446d23

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

core/morph/include/starter_template/src/pages/404.mdx

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
export default function NotFound() {
2+
return (
3+
<>
4+
<h1>404</h1>
5+
<p>Page not found</p>
6+
</>
7+
);
8+
}

0 commit comments

Comments
 (0)