Remove landing.js

pull/1104/head
Daniel Supernault 6 years ago
parent 04d7af0e20
commit 2e2a1ac265
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

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