mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 08:35:43 -06:00
4 lines
250 B
TypeScript
4 lines
250 B
TypeScript
import { hideAppNotification, notifyApp } from '../reducers/appNotification';
|
|
import { updateNavIndex, updateConfigurationSubtitle } from '../reducers/navModel';
|
|
export { updateNavIndex, updateConfigurationSubtitle, notifyApp, hideAppNotification };
|