voltTab/src/index.js

6 lines
68 B
JavaScript
Raw Permalink Normal View History

2022-05-21 16:52:23 +00:00
import { App } from './app';
const app = new App();
app.render();