voltTab/src/index.js

6 lines
68 B
JavaScript

import { App } from './app';
const app = new App();
app.render();