import React from 'react';
import { Result } from 'antd';
export default () => (
<Result
status="403"
title="403"
style={{
background: 'none',
}}
subTitle="Sorry, you don't have access to this page."
extra={
null
// <Button type="primary">Back to home</Button>
}
/>
);
-
邓晓峰 authoredfb2c4578