const cardTarget = {
  canDrop(props, monitor) {
    const { app } = props;
    const sourceApp = monitor.getItem().app;
    const targetApp = app;