mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
client: reorganize files, router and add inventory skeleton
This commit is contained in:
8
website/client/components/inventory/stable.vue
Normal file
8
website/client/components/inventory/stable.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<template lang="pug">
|
||||
h2 {{ $t('stable') }}
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
};
|
||||
</script>
|
||||
Reference in New Issue
Block a user