idealista-enhancer/app.js

7 lines
74 B
JavaScript
Raw Normal View History

import App from "./src/App.js";
function init() {
App.init();
}
init();