mirror of
https://github.com/plankanban/planka.git
synced 2025-12-30 09:15:35 +03:00
ref: Refactoring
This commit is contained in:
5
client/src/selectors/modals.js
Normal file
5
client/src/selectors/modals.js
Normal file
@@ -0,0 +1,5 @@
|
||||
export const selectCurrentModal = ({ core: { currentModal } }) => currentModal;
|
||||
|
||||
export default {
|
||||
selectCurrentModal,
|
||||
};
|
||||
Reference in New Issue
Block a user