Skip to content

Commit

Permalink
rm unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoobes committed Feb 18, 2024
1 parent 70c170a commit 7ee4894
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/module-loading.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { Result } from 'ts-results-es';
import { type Observable, from, mergeMap, ObservableInput } from 'rxjs';
import { readdir, stat } from 'fs/promises';
import { basename, extname, join, resolve, parse, dirname } from 'path';
Expand Down

0 comments on commit 7ee4894

Please sign in to comment.