Explorar o código

Remove landing.js

Daniel Supernault %!s(int64=6) %!d(string=hai) anos
pai
achega
2e2a1ac265
Modificáronse 1 ficheiros con 0 adicións e 10 borrados
  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'
-});