aboutsummaryrefslogtreecommitdiffhomepage
path: root/resources/assets/js/app.js
blob: 7cb052de708ee859cb7f7e088b90de47fee709f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/**
 * 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');