mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 10:03:33 -06:00
15 lines
400 B
TypeScript
15 lines
400 B
TypeScript
import './panellinks/module';
|
|
import './dashlinks/module';
|
|
import './annotations/all';
|
|
import './templating/all';
|
|
import './plugins/all';
|
|
import './dashboard/all';
|
|
import './playlist/all';
|
|
import './snapshot/all';
|
|
import './panel/all';
|
|
import './org/all';
|
|
import './admin/admin';
|
|
import './alerting/NotificationsEditCtrl';
|
|
import './alerting/NotificationsListCtrl';
|
|
import './styleguide/styleguide';
|