mirror of
https://github.com/grafana/grafana.git
synced 2025-02-13 00:55:47 -06:00
* Handle empty list * Connect to redux * Finish migration * Remove comments * Remove old files * Remove console log * Remove old import * Forgot to add the new button * Fix href * Fix feedback
14 lines
386 B
TypeScript
14 lines
386 B
TypeScript
import './annotations/all';
|
|
import './templating/all';
|
|
import './plugins/all';
|
|
import './dashboard';
|
|
import './playlist/all';
|
|
import './panel/all';
|
|
import './org/all';
|
|
import './admin';
|
|
import './alerting/NotificationsEditCtrl';
|
|
import './manage-dashboards';
|
|
import './profile/all';
|
|
import './datasources/settings/HttpSettingsCtrl';
|
|
import './datasources/settings/TlsAuthSettingsCtrl';
|