Skip to content

Commit 249f9dc

Browse files
committed
refactor(@angular/build): remove unused import
Remove unused import.
1 parent 319fbb6 commit 249f9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/build/src/tools/vite/plugins/angular-memory-plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import assert from 'node:assert';
1010
import { readFile } from 'node:fs/promises';
11-
import { basename, dirname, join, relative } from 'node:path';
11+
import { dirname, join, relative } from 'node:path';
1212
import { fileURLToPath } from 'node:url';
1313
import type { Plugin } from 'vite';
1414
import { loadEsmModule } from '../../../utils/load-esm';

0 commit comments

Comments
 (0)