mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Angular: Move coreModule to app/angular and isolate angular usage more (#41433)
* moving coreModule to app/angular and isolating it more * fixed ts issue
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { each } from 'lodash';
|
||||
import coreModule from 'app/core/core_module';
|
||||
import coreModule from 'app/angular/core_module';
|
||||
// @ts-ignore
|
||||
import Drop from 'tether-drop';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user