Skip to content

Commit 3fc8c9a

Browse files
authored
Feat/add nextjs base (#2)
* feat: add nextJS packages and base files * feat: add new .env file * feat: add not-foound component
1 parent 97cbfe1 commit 3fc8c9a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.env

Whitespace-only changes.

src/app/not-found.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
3+
export default function NotFound() {
4+
return (
5+
<div>Not Found!</div>
6+
)
7+
}

0 commit comments

Comments
 (0)