import { SortableContext, verticalListSortingStrategy } from '@dnd-kit/sortable' import { Row, Col, Space, Dropdown, Empty, Button } from 'antd' import IonIcon from '@sentre/antd-ionicon' import AppIcon from 'components/appIcon' import SortableItem from './sortableItem' import AppActions from '../appActions' export type ListAppProps = { items: AppIds } const ListApp = ({ items }: ListAppProps) => { return ( {!items.length && ( )} {items.map((id) => ( } destroyPopupOnHide >