mirror of
https://github.com/plankanban/planka.git
synced 2025-07-21 06:09:43 +02:00
6 lines
136 B
React
6 lines
136 B
React
|
import { withPopup } from '../lib/popup';
|
||
|
|
||
|
import DueDateEditStep from './DueDateEditStep';
|
||
|
|
||
|
export default withPopup(DueDateEditStep);
|