This website requires JavaScript.
Explore
Help
Register
Sign In
chris
/
pixelfed
forked from
mirror/pixelfed
Watch
1
Star
0
Fork
You've already forked pixelfed
0
Code
Pull Requests
Activity
be1fc66839
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
)
;