import App from './App.html'; const app = new App({ target: document.body, data: { name: 'This is my name' } }); export default app;