Skip to content

Commit

Permalink
fix: remove unused improt
Browse files Browse the repository at this point in the history
  • Loading branch information
ex3ndr committed Mar 8, 2023
1 parent 2bc528e commit c3bd8d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/imports/resolveImports.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { parseImports } from '../grammar/grammar';
import { VirtualFileSystem } from '../vfs/VirtualFileSystem';
import { parseImportPath } from './parseImportPath';
import { resolveLibrary } from './resolveLibrary';

export function resolveImports(args: { entrypoint: string, project: VirtualFileSystem, stdlib: VirtualFileSystem }) {
Expand Down

0 comments on commit c3bd8d9

Please sign in to comment.