1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-21 06:09:43 +02:00
planka/client/src/components/DueDateEditPopup.jsx

6 lines
136 B
React
Raw Normal View History

import { withPopup } from '../lib/popup';
import DueDateEditStep from './DueDateEditStep';
export default withPopup(DueDateEditStep);