import React from 'react'; const welcome = (props) => { return ( <>
欢迎
) } export default welcome