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