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