This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
pixelfed
mirror of
https://github.com/pixelfed/pixelfed.git
Watch
1
Star
0
Fork
You've already forked pixelfed
1
Code
Issues
Releases
Wiki
Activity
e45a3c4b93
pixelfed
/
resources
/
assets
/
js
/
timeline.js
4 lines
82 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Update timeline.js
2019-02-11 04:23:15 +00:00
Vue
.
component
(
'timeline'
,
require
(
'./components/Timeline.vue'
)
.
default
)
;