import { memo } from 'react' import { useStore } from './store' import { XClose } from '@/app/components/base/icons/src/vender/line/general' import { FeaturesChoose, FeaturesPanel, } from '@/app/components/base/features' const Features = () => { const setShowFeaturesPanel = useStore(state => state.setShowFeaturesPanel) return (