add clone functionality

This commit is contained in:
2020-12-20 16:03:47 +01:00
parent 62cb680181
commit 77352b3c10
5 changed files with 30 additions and 11 deletions

View File

@@ -1,3 +1,3 @@
import http from "https://unpkg.com/isomorphic-git@beta/http/web/index.js";
const app = new Controller(new Model(), new View());
const app = new Controller(new Model(http), new View());