mirror of
https://github.com/plankanban/planka.git
synced 2025-12-29 17:25:05 +03:00
6 lines
136 B
React
6 lines
136 B
React
|
|
import { withPopup } from '../lib/popup';
|
||
|
|
|
||
|
|
import DueDateEditStep from './DueDateEditStep';
|
||
|
|
|
||
|
|
export default withPopup(DueDateEditStep);
|