import Dropdown from 'react-bootstrap/Dropdown' import styles from './item.module.css' import MoreIcon from '@/svgs/more-fill.svg' export default function ActionDropdown ({ children }) { if (!children) { return null } return ( e.preventDefault()}> {children} ) }