Sha256: 63f6a3f994ed70e31b2f0398871cc456400f3ab7a41b30c2881fd062ab471b5d
Contents?: true
Size: 502 Bytes
Versions: 1
Compression:
Stored size: 502 Bytes
Contents
import React, { Component } from 'react'; import { Page, Msg, Footer, FooterText } from 'react-weui'; export default class ErrorPage extends Component { render() { return ( <Page> <Msg type="warn" title="Page not Found" description="ページが見つかりません " /> <Footer className="weui-footer_fixed-bottom"> <FooterText>Copyright © 2019 wesales</FooterText> </Footer> </Page> ); } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
weget-0.1.6 | lib/weget/react/imports/ui/pages/NotFoundPage.js |