Welcome.jsx 134 Bytes
Newer Older
wuhao's avatar
wuhao committed
1 2
function Welcome() {
  return <div className="center" style={{height:260,fontSize:26}}>欢迎使用</div>;
wuhao's avatar
wuhao committed
3 4 5
}

export default Welcome;