Forked from
funkwhale / funkwhale
7630 commits behind the upstream repository.
-
Eliot Berriot authoredVerified2d12c56b
globals.js 226 B
import Vue from 'vue'
import HumanDate from '@/components/common/HumanDate'
Vue.component('human-date', HumanDate)
import Username from '@/components/common/Username'
Vue.component('username', Username)
export default {}