export const Status404 = () => { return ( <div class="flex flex-col"> <div class="text-4xl">Houston... We have a problem</div> </div> ) }