mirror of
https://github.com/plankanban/planka.git
synced 2025-12-28 17:24:59 +03:00
6 lines
123 B
JavaScript
6 lines
123 B
JavaScript
|
|
export const selectCurrentModal = ({ core: { currentModal } }) => currentModal;
|
||
|
|
|
||
|
|
export default {
|
||
|
|
selectCurrentModal,
|
||
|
|
};
|