refactor
This commit is contained in:
parent
8df44506c0
commit
2bbb9ae938
10 changed files with 47 additions and 9 deletions
|
|
@ -1,3 +1,7 @@
|
|||
import { computed } from 'vue'
|
||||
import { useMessageStore } from '@/stores/messages'
|
||||
import { useNostrStore } from '@/stores/nostr'
|
||||
|
||||
export function useChat(pubkey: string) {
|
||||
const messageStore = useMessageStore()
|
||||
const nostrStore = useNostrStore()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue