mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 10:03:33 -06:00
14 lines
339 B
TypeScript
14 lines
339 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/all';
|
|
import './styleguide/styleguide';
|