add clone functionality
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user