mirror of
https://github.com/plankanban/planka.git
synced 2025-12-24 09:15:01 +03:00
6 lines
136 B
JavaScript
6 lines
136 B
JavaScript
import { withPopup } from '../lib/popup';
|
|
|
|
import DueDateEditStep from './DueDateEditStep';
|
|
|
|
export default withPopup(DueDateEditStep);
|