Skip to content

Commit

Permalink
refactor(@angular-devkit/build-angular): remove unused imported symbol
Browse files Browse the repository at this point in the history
This commit removes an unused imported symbol.

(cherry picked from commit 2fb4b24)
  • Loading branch information
alan-agius4 committed Mar 14, 2024
1 parent cc3167f commit 4b72f78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
context,
} from 'esbuild';
import assert from 'node:assert';
import { basename, dirname, extname, join, relative } from 'node:path';
import { basename, extname, join, relative } from 'node:path';
import { LoadResultCache, MemoryLoadResultCache } from './load-result-cache';
import { convertOutputFile } from './utils';

Expand Down

0 comments on commit 4b72f78

Please sign in to comment.