export const StandardLayout: DivZero.Layout.Component = ({ children }) => { return ( <div class=""> { children } </div> ) }