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
30d916a3e8
pixelfed
/
resources
/
assets
/
js
/
activity.js
4 lines
92 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Update activity.js
2019-05-27 19:54:45 +00:00
Vue
.
component
(
'activity-component'
,
require
(
'./components/Activity.vue'
)
.
default
)
;