ui: move publish widget
This commit is contained in:
parent
0dc515647f
commit
cd2a06e969
7 changed files with 65 additions and 62 deletions
|
@ -4,6 +4,8 @@ import type { Account } from 'masto'
|
|||
const { account } = defineProps<{
|
||||
account: Account
|
||||
}>()
|
||||
|
||||
cacheAccount(account)
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue