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