Skip to content

Commit

Permalink
fix(callView): move logic from Vuex to Pinia
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <[email protected]>
  • Loading branch information
Antreesy committed Oct 14, 2024
1 parent 4815a5a commit 1fbb4a8
Show file tree
Hide file tree
Showing 3 changed files with 267 additions and 271 deletions.
269 changes: 0 additions & 269 deletions src/store/callViewStore.js

This file was deleted.

2 changes: 0 additions & 2 deletions src/store/storeConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

import actorStore from './actorStore.js'
import audioRecorderStore from './audioRecorderStore.js'
import callViewStore from './callViewStore.js'
import conversationsStore from './conversationsStore.js'
import fileUploadStore from './fileUploadStore.js'
import messagesStore from './messagesStore.js'
Expand All @@ -16,7 +15,6 @@ export default {
modules: {
actorStore,
audioRecorderStore,
callViewStore,
conversationsStore,
fileUploadStore,
messagesStore,
Expand Down
Loading

0 comments on commit 1fbb4a8

Please sign in to comment.