mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 10:03:33 -06:00
8 lines
285 B
TypeScript
8 lines
285 B
TypeScript
import coreModule from 'app/core/core_module';
|
|
|
|
import { DashboardListCtrl } from './DashboardListCtrl';
|
|
import { SnapshotListCtrl } from './SnapshotListCtrl';
|
|
|
|
coreModule.controller('DashboardListCtrl', DashboardListCtrl);
|
|
coreModule.controller('SnapshotListCtrl', SnapshotListCtrl);
|