UNPKG

nodebb-plugin-l24u-lk

Version:

This is lk for l24u.ru

10 lines (9 loc) 228 B
import * as ActionTypes from '../model/action-types'; export function changeSection(page) { return { type : ActionTypes.SECTION_WILL_CHANGE, payload: { section: page } }; }