import { memo } from 'react' import Item from './item' import Configure from './configure' const Card = () => { return (
Notion Data Source
langgenius
/
notion-data-source
Connected workspace
Please configure authentication
) } export default memo(Card)