Skip to content

Commit

Permalink
ZETA-6890: Remove more dead code.
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieGreenman committed Oct 8, 2023
1 parent 9b14718 commit 126ac6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rz/morph/morph.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { EditScssInput } from './../scss/interfaces/morph-scss.interface';
import { readFileSync, writeFileSync } from 'fs';
import { EditHtmlFile, EditHtmlInput } from '../angular/interfaces/edit-html.interface';
import { readFileSync } from 'fs';
import { EditHtmlFile } from '../angular/interfaces/edit-html.interface';
import { EditInput, NOT_SUPPORTED } from './interfaces/morph.interface';
import { filesToAffect, morphCode } from "./morph";

Expand Down

0 comments on commit 126ac6c

Please sign in to comment.