mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 02:23:31 -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);
|