mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* Add versions tab in dashboard settings * Fetch and render dashboard versions * Be able to compare two versions * PR discussion changes * remove unnecessary async in test * PR discussion mods * linter fix * styles and tests * Fix show more versions bug * migrate files + style fix * fix test * refactor styles - css object keys to camelCase * refactor file migrations * more files migrations * remove unused type, cleanup
8 lines
211 B
TypeScript
8 lines
211 B
TypeScript
// Services
|
|
import './services/DashboardLoaderSrv';
|
|
import './services/DashboardSrv';
|
|
// Components
|
|
import './components/DashExportModal';
|
|
import './components/DashNav';
|
|
import './components/DashboardSettings';
|