mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* add epilogue to permissions
* gs
linting fix
* update docs
* Revert "update docs"
This reverts commit 0902ce2d8a
.
5 lines
251 B
TypeScript
5 lines
251 B
TypeScript
import { hideAppNotification, notifyApp } from '../reducers/appNotification';
|
|
import { updateNavIndex, updateConfigurationSubtitle } from '../reducers/navModel';
|
|
|
|
export { updateNavIndex, updateConfigurationSubtitle, notifyApp, hideAppNotification };
|