add clone functionality
parent
62cb680181
commit
77352b3c10
@ -1,3 +1,3 @@
|
|||||||
import http from "https://unpkg.com/isomorphic-git@beta/http/web/index.js";
|
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());
|
||||||
|
Reference in New Issue