grafana/public/app/core/actions/index.ts
2018-10-24 14:33:53 +02:00

6 lines
280 B
TypeScript

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