mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Remove landing.js
This commit is contained in:
parent
04d7af0e20
commit
2e2a1ac265
1 changed files with 0 additions and 10 deletions
10
resources/assets/js/landing.js
vendored
10
resources/assets/js/landing.js
vendored
|
@ -1,10 +0,0 @@
|
|||
window.Vue = require('vue');
|
||||
|
||||
Vue.component(
|
||||
'landing-page',
|
||||
require('./components/LandingPage.vue').default
|
||||
);
|
||||
|
||||
new Vue({
|
||||
el: '#content'
|
||||
});
|
Loading…
Reference in a new issue