Files
habitica/website/client/components/inventory/stable.vue
2017-01-17 19:45:27 +01:00

9 lines
96 B
Vue

<template lang="pug">
h2 {{ $t('stable') }}
</template>
<script>
export default {
};
</script>