webapp/src/stores/inbox.ts

7 lines
199 B
TypeScript
Raw Normal View History

2022-09-09 11:53:35 +00:00
// import { atom } from 'nanostores'
// import type { Chat, Message } from '../graphql/types.gen'
//
// export const chats = atom<Chat[]>([])
// export const messages = atom<Message[]>([])
export {}