refactor: tidy masto icons
This commit is contained in:
parent
ef417f3ccf
commit
b14add8c83
6 changed files with 26 additions and 23 deletions
|
@ -1,5 +1,6 @@
|
|||
<script setup lang="ts">
|
||||
import type { Account, Field } from 'masto'
|
||||
import { getAccountFieldIcon } from '~/composables/masto/icons'
|
||||
|
||||
const { account } = defineProps<{
|
||||
account: Account
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue