export const AdminLayout: DivZero.Layout.Component = ({ children }) => { return ( <div class="w-svw h-svh flex justify-center items-center"> { children } </div> ) }