1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-27 09:09:46 +02:00
planka/client/src/components/TimerEditPopup.jsx

6 lines
130 B
React
Raw Normal View History

import { withPopup } from '../lib/popup';
import TimerEditStep from './TimerEditStep';
export default withPopup(TimerEditStep);