import { App } from 'Base/View';

const appElement = document.getElementById("app")!
appElement.innerHTML = App;
