Files
NotionNext/themes/example/Layout404.js
2022-03-29 11:01:03 +08:00

7 lines
78 B
JavaScript

export const Layout404 = () => {
return <div>
404 Not found.
</div>
}