mattwr18 084388a21e Follow new file structure
- avoid nested directories
2019-11-11 08:50:35 +01:00

16 lines
264 B
Vue

<template>
<ds-card :header="$t('settings.languages.name')">
<hc-empty icon="tasks" message="Coming Soon…" />
</ds-card>
</template>
<script>
import HcEmpty from '~/components/Empty/Empty'
export default {
components: {
HcEmpty,
},
}
</script>