mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 14:17:22 +01:00
* Added read me and Inbox Page * Fixed inbox linting * Added converstaion route * Added temp data and style * Added social page and nav * Fixed Inbox routes * Added basic layout for Tavern Page
11 lines
122 B
Vue
11 lines
122 B
Vue
<template lang="pug">
|
|
.row
|
|
.sixteen.wide.column
|
|
router-view.row
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
};
|
|
</script>
|