import LayoutBase from './LayoutBase' export const Layout404 = (props) => { return
404 Not found.
}