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:
Torkel Ödegaard
2021-11-08 18:41:04 +01:00
committed by GitHub
parent 54de1078c8
commit d07fa0ce5e
44 changed files with 64 additions and 119 deletions

View File

@ -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[] = [];