Files
planka/client/src/components/LabelsPopup.jsx
Maksim Eltyshev 5ffef61fe7 Initial commit
2019-08-31 04:07:25 +05:00

6 lines
121 B
JavaScript

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