Přidání knihoven do repozitáře

This commit is contained in:
2021-01-03 19:23:08 +01:00
parent dd73924bbf
commit 78f2465f81
5 changed files with 166 additions and 14 deletions

View File

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