diff --git a/src/core/module-loading.ts b/src/core/module-loading.ts index b02b2b18..0833672b 100644 --- a/src/core/module-loading.ts +++ b/src/core/module-loading.ts @@ -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';