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