Files
DiceCloud/app/imports/client/ui/pages/Friends.vue
2022-11-19 17:51:50 +02:00

18 lines
233 B
Vue

<template>
<div>
<v-sheet>
<h1>
Friends
</h1>
<v-btn
fixed
bottom
right
fab
>
<v-icon>mdi-plus</v-icon>
</v-btn>
</v-sheet>
</div>
</template>