mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refactor(angular): remove unused import (#16551)
This commit is contained in:
@@ -10,7 +10,7 @@ import {
|
||||
template,
|
||||
url
|
||||
} from '@angular-devkit/schematics';
|
||||
import { Path, join, normalize } from '@angular-devkit/core';
|
||||
import { Path, join } from '@angular-devkit/core';
|
||||
import { NodePackageInstallTask } from '@angular-devkit/schematics/tasks';
|
||||
import { addPackageToPackageJson } from './../utils/package';
|
||||
import { addModuleImportToRootModule } from './../utils/ast';
|
||||
|
||||
Reference in New Issue
Block a user