/** * First we will load all of this project's JavaScript dependencies which * includes Vue and other libraries. It is a great starting point when * building robust, powerful web applications using Vue and Laravel. */ window.openpgp = require('openpgp'); window.Vue = require('vue'); require('./bootstrap'); require('@fortawesome/fontawesome-free/js/all'); require('./setup'); require('./profile'); require('./chat');