mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 13:19:44 +02:00
5 lines
136 B
JavaScript
5 lines
136 B
JavaScript
import { withPopup } from '../lib/popup';
|
|
|
|
import DueDateEditStep from './DueDateEditStep';
|
|
|
|
export default withPopup(DueDateEditStep);
|