Browse Source

Remove landing.js

Daniel Supernault 6 years ago
parent
commit
2e2a1ac265
1 changed files with 0 additions and 10 deletions
  1. 0 10
      resources/assets/js/landing.js

+ 0 - 10
resources/assets/js/landing.js

@@ -1,10 +0,0 @@
-window.Vue = require('vue');
-
-Vue.component(
-    'landing-page',
-    require('./components/LandingPage.vue').default
-);
-
-new Vue({
-	el: '#content'
-});