Update ErrorBoundary.js

This commit is contained in:
Wei Zhu 2018-08-02 18:10:59 +08:00 committed by GitHub
parent 57646f24db
commit bb29c46cda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
import React from 'React';
import React from 'react';
import { Alert } from 'antd';
export default class ErrorBoundary extends React.Component {