1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-25 01:05:36 +00:00

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

View file

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