import { createApp } from './main' const { app } = createApp("client") app.mount('#app')