Peiyan's picture
Add files via upload
f46b416 unverified
raw
history blame contribute delete
182 Bytes
import React from 'react'
import './index.css'
import { Result } from 'antd'
export function ErrorPage() {
return (
<Result title="Site under construction" />
)
}