import React from 'react'; function ComponentLibrary() { return ( <>
组件库
); } export default ComponentLibrary;