Skip to content

Commit 40aa4ab

Browse files
authored
Merge pull request #175 from morph-data/feature/morph-data-frontend
fix: 404.mdx → 404.tsx
2 parents dedac7c + f446d23 commit 40aa4ab

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)