Files
CoMato/js/main.js

4 lines
100 B
JavaScript

import http from "./libs/http-client.js";
const app = new Controller(new Model(http), new View());