Skip to content

Commit

Permalink
update: remove store from renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
Enubia committed Apr 30, 2024
1 parent d4e3051 commit dea050d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import messages from '@intlify/unplugin-vue-i18n/messages';
import ElectronStore from 'electron-store';
import { createApp } from 'vue';
import { createI18n } from 'vue-i18n';
import { createRouter, createWebHashHistory } from 'vue-router/auto';
Expand All @@ -26,8 +25,6 @@ IpcHandler.getGeneral()
createApp(App)
.use(router)
.use(i18n)
// FIXME: remove after all `inject` calls are removed
.provide('electronStore', new ElectronStore())
.mount('#app');
})
.catch((error) => {
Expand Down

0 comments on commit dea050d

Please sign in to comment.