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/callViewStore.js')
-rw-r--r--src/store/callViewStore.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/store/callViewStore.js b/src/store/callViewStore.js
index c63f7488b..9b4f792fd 100644
--- a/src/store/callViewStore.js
+++ b/src/store/callViewStore.js
@@ -21,10 +21,10 @@
*/
import Vue from 'vue'
-import BrowserStorage from '../services/BrowserStorage'
+import BrowserStorage from '../services/BrowserStorage.js'
import {
CONVERSATION,
-} from '../constants'
+} from '../constants.js'
const state = {
isGrid: false,