]>
cat aescling's git repositories - mastodon.git/blob - app/javascript/flavours/glitch/reducers/modal.js
1 import { MODAL_OPEN
, MODAL_CLOSE
} from 'flavours/glitch/actions/modal';
8 export default function modal(state
= initialState
, action
) {
11 return { modalType: action
.modalType
, modalProps: action
.modalProps
};
This page took 0.07025 seconds and 4 git commands to generate.