Skip to content
Snippets Groups Projects
Forked from funkwhale / funkwhale
7630 commits behind the upstream repository.
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 {}