mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 15:09:22 +00:00
7 lines
78 B
JavaScript
7 lines
78 B
JavaScript
|
|
export const Layout404 = () => {
|
|
return <div>
|
|
404 Not found.
|
|
</div>
|
|
}
|