function initApp(element) {
  const app = createApp(App)

  app.use(createPinia())
  app.mount(element)