aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/scripts/main.js
blob: 0d1ac3a088ece3a995f4b414d989a678ee8248c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * main.js
 * Copyright (c) 2019, Texx
 * License: MIT
 *     See https://github.com/texxme/Texx/blob/master/LICENSE
 */

/**
 * This file only pulls all dependencies together
 * so it is compileable by browserify
 */
require('@fortawesome/fontawesome-free/js/all.min');
require('./peer');
require('./chat');