mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-16 23:16:48 +00:00
6 lines
128 B
JavaScript
6 lines
128 B
JavaScript
import LayoutBase from './LayoutBase'
|
|
|
|
export const Layout404 = (props) => {
|
|
return <LayoutBase {...props}>404</LayoutBase>
|
|
}
|