import { mount } from 'sigpro'; import './app.css'; import { App } from './App.js'; mount(App, '#app');