• wuhao's avatar
    asder · 282acf4b
    wuhao authored
    282acf4b
Welcome.jsx 134 Bytes
function Welcome() {
  return <div className="center" style={{height:260,fontSize:26}}>欢迎使用</div>;
}

export default Welcome;