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