Skip to content

Commit e5f9329

Browse files
committed
change store from vuex to pinia in slackloginwindow
1 parent 156d905 commit e5f9329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/slack_login/SlackLoginWindow.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<script setup lang="ts">
7272
// @ts-ignore
7373
import localforage from "localforage";
74-
import { useStore } from "vuex";
74+
import { useStore } from "../../store/main";
7575
import { ref } from "vue";
7676
const { ipcRenderer, shell } = window;
7777

0 commit comments

Comments
 (0)