mirror of
https://github.com/grafana/grafana.git
synced 2025-09-21 18:23:04 +08:00
AngularJS: Move angular stuff into app/angular (#41415)
* Moving more angular parts * Moving more angular stuff * Moving components * Move more things
This commit is contained in:
@ -2,7 +2,7 @@ import { clone, filter, find, findIndex, indexOf, map } from 'lodash';
|
||||
import appEvents from 'app/core/app_events';
|
||||
import { PostgresMetaQuery } from './meta_query';
|
||||
import { QueryCtrl } from 'app/plugins/sdk';
|
||||
import { SqlPart } from 'app/core/components/sql_part/sql_part';
|
||||
import { SqlPart } from 'app/angular/components/sql_part/sql_part';
|
||||
import PostgresQueryModel from './postgres_query_model';
|
||||
import sqlPart from './sql_part';
|
||||
import { auto } from 'angular';
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { SqlPartDef, SqlPart } from 'app/core/components/sql_part/sql_part';
|
||||
import { SqlPartDef, SqlPart } from 'app/angular/components/sql_part/sql_part';
|
||||
|
||||
const index: any[] = [];
|
||||
|
||||
|
Reference in New Issue
Block a user