2 lines
946 B
JavaScript
2 lines
946 B
JavaScript
import{ag as o,j as e,B as t,S as i,T as r}from"./index-D5YLj2UL.js";import{d as n}from"./HomeOutlined-Dau-goqJ.js";import{B as s}from"./Button-DwYdzZig.js";function c(){const a=o();return e.jsx(t,{sx:{minHeight:"100vh",display:"flex",alignItems:"center",justifyContent:"center",p:3,textAlign:"center"},children:e.jsxs(i,{spacing:2,alignItems:"center",children:[e.jsx(r,{sx:{fontWeight:900,fontSize:{xs:"6rem",md:"9rem"},lineHeight:1,color:"primary.main"},children:"404"}),e.jsx(t,{sx:{width:64,height:4,borderRadius:2,bgcolor:"primary.main"}}),e.jsx(r,{variant:"h3",sx:{fontWeight:700,color:"grey.800"},children:"Page Not Found"}),e.jsx(r,{variant:"body1",color:"text.secondary",sx:{maxWidth:460},children:"The page you are looking for was moved, removed, renamed, or might never exist!"}),e.jsx(s,{variant:"contained",size:"large",startIcon:e.jsx(n,{}),onClick:()=>a("/dashboard"),sx:{mt:1},children:"Back To Home"})]})})}export{c as default};
|