UNPKG

yylib-quick-mobile

Version:

yylib-quick-mobile

17 lines (14 loc) 263 B
/** * Created by whh on 2017/12/26. */ import React, {Component} from 'react'; class Third extends Component { render() { return ( <div> Third </div> ); } } export default Third;