6 lines
121 B
React
6 lines
121 B
React
import { withPopup } from '../lib/popup';
|
|
|
|
import LabelsStep from './LabelsStep';
|
|
|
|
export default withPopup(LabelsStep);
|