import React, { useRef, useEffect, FC } from 'react'; import './index.less' export default (): any => { useEffect(() => { }, []) return (
SVG + CSS welcome!
嗨,你好吗?
) }