Mage / web /src /pages /errors /NotFound.tsx
Mythus's picture
Upload 233 files
f46e223
import { Result } from 'antd'
import React from 'react'
const NotFound: React.FC = () => {
return <Result status="404" title="404 Not Found" />
}
export default NotFound