diff --git a/resources/assets/js/landing.js b/resources/assets/js/landing.js deleted file mode 100644 index 8c8772a41..000000000 --- a/resources/assets/js/landing.js +++ /dev/null @@ -1,10 +0,0 @@ -window.Vue = require('vue'); - -Vue.component( - 'landing-page', - require('./components/LandingPage.vue').default -); - -new Vue({ - el: '#content' -}); \ No newline at end of file