function init() {
  const app = createApp(App)
  app.use(newStore())
  app.directive('hotkey', hotkey)
  app.mount('#vue_type_specimens')