Prepare for collection board type, refactoring, update dependencies
This commit is contained in:
5
client/src/components/CardMovePopup.jsx
Normal file
5
client/src/components/CardMovePopup.jsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { withPopup } from '../lib/popup';
|
||||
|
||||
import CardMoveStep from './CardMoveStep';
|
||||
|
||||
export default withPopup(CardMoveStep);
|
||||
Reference in New Issue
Block a user