Remove landing.js

This commit is contained in:
Daniel Supernault 2019-04-02 22:28:09 -06:00
parent 04d7af0e20
commit 2e2a1ac265
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 0 additions and 10 deletions

View File

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