grafana/public/app/features/browse-dashboards/state/index.ts
Josh Hunt 3518f8ec53
NestedFolders: Refactor BrowseView state into redux (#66898)
* refactor all state into redux

* add tests for reducers

* added comments
2023-04-20 16:37:00 +01:00

4 lines
77 B
TypeScript

export * from './slice';
export * from './actions';
export * from './hooks';