Preview: drop-notice.js
Size: 136 B
//proc/thread-self/root/home/byroehnu/.trash/node_modules11/adminjs/lib/frontend/store/actions/drop-notice.js
export const DROP_NOTICE = 'DROP_NOTICE';
export const dropNotice = noticeId => ({
type: 'DROP_NOTICE',
data: {
noticeId
}
});
Directory Contents
Dirs: 0 × Files: 18