mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-16 15:09:28 +00:00
8 lines
152 B
JavaScript
8 lines
152 B
JavaScript
import LayoutBase from './LayoutBase'
|
|
|
|
export const Layout404 = props => {
|
|
return <LayoutBase {...props}>404</LayoutBase>
|
|
}
|
|
|
|
export default Layout404
|