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/init.js')
-rw-r--r--src/init.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/init.js b/src/init.js
index 0fe2418c6..e955dfac2 100644
--- a/src/init.js
+++ b/src/init.js
@@ -23,8 +23,8 @@
// The purpose of this file is to wrap the logic shared by the different talk
// entry points
-import store from './store'
-import { EventBus } from './services/EventBus'
+import store from './store/index.js'
+import { EventBus } from './services/EventBus.js'
if (!window.OCA.Talk) {
window.OCA.Talk = {}