Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/store/storeConfig.js')
-rw-r--r--src/store/storeConfig.js40
1 files changed, 20 insertions, 20 deletions
diff --git a/src/store/storeConfig.js b/src/store/storeConfig.js
index 121f3cdcf..b3152bf23 100644
--- a/src/store/storeConfig.js
+++ b/src/store/storeConfig.js
@@ -20,26 +20,26 @@
*
*/
-import actorStore from './actorStore'
-import audioRecorderStore from './audioRecorderStore'
-import callViewStore from './callViewStore'
-import conversationsStore from './conversationsStore'
-import fileUploadStore from './fileUploadStore'
-import guestNameStore from './guestNameStore'
-import messagesStore from './messagesStore'
-import newGroupConversationStore from './newGroupConversationStore'
-import participantsStore from './participantsStore'
-import quoteReplyStore from './quoteReplyStore'
-import settingsStore from './settingsStore'
-import sidebarStore from './sidebarStore'
-import soundsStore from './soundsStore'
-import talkHashStore from './talkHashStore'
-import tokenStore from './tokenStore'
-import uiModeStore from './uiModeStore'
-import windowVisibilityStore from './windowVisibilityStore'
-import messageActionsStore from './messageActionsStore'
-import reactionsStore from './reactionsStore'
-import sharedItemStore from './sharedItemsStore'
+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 guestNameStore from './guestNameStore.js'
+import messagesStore from './messagesStore.js'
+import newGroupConversationStore from './newGroupConversationStore.js'
+import participantsStore from './participantsStore.js'
+import quoteReplyStore from './quoteReplyStore.js'
+import settingsStore from './settingsStore.js'
+import sidebarStore from './sidebarStore.js'
+import soundsStore from './soundsStore.js'
+import talkHashStore from './talkHashStore.js'
+import tokenStore from './tokenStore.js'
+import uiModeStore from './uiModeStore.js'
+import windowVisibilityStore from './windowVisibilityStore.js'
+import messageActionsStore from './messageActionsStore.js'
+import reactionsStore from './reactionsStore.js'
+import sharedItemStore from './sharedItemsStore.js'
export default {
modules: {