1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-04 13:05:24 +02:00
planka/client/src/components/MoveCardPopup.jsx

6 lines
127 B
React
Raw Normal View History

2020-05-05 01:30:06 +05:00
import { withPopup } from '../lib/popup';
import MoveCardStep from './MoveCardStep';
export default withPopup(MoveCardStep);