mirror of https://github.com/pixelfed/pixelfed
Remove landing.js
parent
04d7af0e20
commit
2e2a1ac265
@ -1,10 +0,0 @@
|
||||
window.Vue = require('vue');
|
||||
|
||||
Vue.component(
|
||||
'landing-page',
|
||||
require('./components/LandingPage.vue').default
|
||||
);
|
||||
|
||||
new Vue({
|
||||
el: '#content'
|
||||
});
|
Loading…
Reference in New Issue