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