Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Aug 15, 2023
1 parent 3c36bab commit 797e96f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import * as GitLab from "./src/gitlab/index.ts";
import * as Dagger from "./src/dagger/index.ts";

export { GitLab, Dagger };
export { Dagger };

0 comments on commit 797e96f

Please sign in to comment.