diff --git a/src/commands/merge.ts b/src/commands/merge.ts index 704df82..6e542bf 100644 --- a/src/commands/merge.ts +++ b/src/commands/merge.ts @@ -1,3 +1,4 @@ +import { join } from "path" import * as git from "../git.ts" import * as vm from "../vm.ts" import * as state from "../state.ts"