From 9238dbf9b3dbcfce48aef58863944edc41d490ff Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sat, 19 May 2018 21:10:34 -0600 Subject: [PATCH] Update app.js --- resources/assets/js/app.js | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/resources/assets/js/app.js b/resources/assets/js/app.js index d02a8861..c8b4b8d9 100644 --- a/resources/assets/js/app.js +++ b/resources/assets/js/app.js @@ -1,10 +1 @@ - -/** - * 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. - */ - -require('./bootstrap'); - - +require('./bootstrap'); \ No newline at end of file