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