mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
5 lines
219 B
TypeScript
5 lines
219 B
TypeScript
import { react2AngularDirective } from 'app/core/utils/react2angular';
|
|
import DashboardGrid from './DashboardGrid';
|
|
|
|
react2AngularDirective('dashboardGrid', DashboardGrid, [['dashboard', { watchDepth: 'reference' }]]);
|