Skip to content

Commit

Permalink
fix(cdk): schematics fix bad import (#8696)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin authored Aug 27, 2024
1 parent 6e6e993 commit c46899e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import type {Rule, SchematicContext, Tree} from '@angular-devkit/schematics';
import {chain} from '@angular-devkit/schematics';
import {renameTypes, replaceIdentifiers} from '@taiga-ui/cdk/schematics/ng-update/steps';
import {getPackageJsonDependency, getSourceFiles, saveActiveProject} from 'ng-morph';

import {ALL_TS_FILES} from '../../../constants/file-globs';
Expand All @@ -12,6 +11,7 @@ import {
SMALL_TAB_SYMBOL,
titleLog,
} from '../../../utils/colored-log';
import {renameTypes, replaceIdentifiers} from '../../steps';
import {removeModules} from '../../steps/remove-module';
import {getFileSystem} from '../../utils/get-file-system';
import {DOC_SYMBOLS_TO_REPLACE} from './replace-symbols';
Expand Down

0 comments on commit c46899e

Please sign in to comment.