import React, { Component } from 'react'; import { Msg, Page, Footer, FooterText } from 'react-weui'; export default class ErrorPage extends Component { render() { return ( ); } }