1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-09-06 12:19:08 +01:00
elk/components/account/AccountBotIndicator.vue
2022-12-11 16:43:23 +01:00

6 lines
105 B
Vue

<template>
<div flex="~" items-center border="~" rounded-md px-2 text-xs>
BOT
</div>
</template>