mirror of
https://github.com/plankanban/planka.git
synced 2025-12-22 01:11:29 +03:00
Initial commit
This commit is contained in:
5
client/src/components/LabelsPopup.jsx
Normal file
5
client/src/components/LabelsPopup.jsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { withPopup } from '../lib/popup';
|
||||
|
||||
import LabelsStep from './LabelsStep';
|
||||
|
||||
export default withPopup(LabelsStep);
|
||||
Reference in New Issue
Block a user