tripnomics_7.5.5/public/app/core/actions/index.ts
venbatechnologies@gmail.com 91fce5c4bf Initial commit
2021-07-05 13:49:40 +05:30

6 lines
324 B
TypeScript

import { clearAppNotification, notifyApp } from '../reducers/appNotification';
import { updateLocation } from '../reducers/location';
import { updateNavIndex, updateConfigurationSubtitle } from '../reducers/navModel';
export { updateLocation, updateNavIndex, updateConfigurationSubtitle, notifyApp, clearAppNotification };