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