summaryrefslogtreecommitdiffstats
path: root/src/main.js
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-04-02 11:07:54 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-04-02 11:20:26 +0200
commite3f87422b66d51def3c1d231e8de7de82fd7965f (patch)
tree76b6fef869d9125cae6206daed492c07bd91ac02 /src/main.js
parent4373f156c53f817a5a38f86db341f869369e7481 (diff)
Update babel.config.js
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'