import { memo } from 'react' import Item from './item' import Configure from './configure' const Card = () => { return (