Skip to content

Commit

Permalink
Discard changes to libs/nx-react-workshop/src/migrations/utils.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
llwt authored Sep 18, 2024
1 parent 31b5bcb commit 9ae3089
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libs/nx-react-workshop/src/migrations/utils.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { generateFiles, OverwriteStrategy, Tree } from '@nx/devkit';
import { Tree } from '@nx/devkit';
import * as ts from 'typescript';
import { insertImport as astInsertImport } from '@nx/js';
import { join } from 'path';

export function replaceInFile(
host: Tree,
Expand Down

0 comments on commit 9ae3089

Please sign in to comment.