summaryrefslogtreecommitdiffstats
path: root/src/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.js')
-rw-r--r--src/main.js10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/main.js b/src/main.js
index 58cc554a..0328d5f6 100644
--- a/src/main.js
+++ b/src/main.js
@@ -20,16 +20,14 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
-import 'core-js/stable'
-
+import { generateFilePath } from '@nextcloud/router'
+import { getRequestToken } from '@nextcloud/auth'
+import { sync } from 'vuex-router-sync'
import Vue from 'vue'
+
import App from './ContactsRoot'
import router from './router'
import store from './store'
-import { sync } from 'vuex-router-sync'
-import { generateFilePath } from '@nextcloud/router'
-import { getRequestToken } from '@nextcloud/auth'
/** GLOBAL COMPONENTS AND DIRECTIVE */
import ClickOutside from 'vue-click-outside'