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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/store/index.js')
-rw-r--r--src/store/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store/index.js b/src/store/index.js
index 62125cdad..df0915e25 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -30,7 +30,7 @@ import {
PRIORITY_INBOX_UID,
} from './constants'
import actions from './actions'
-import {getters} from './getters'
+import { getters } from './getters'
import mutations from './mutations'
Vue.use(Vuex)