7 lines
199 B
TypeScript
7 lines
199 B
TypeScript
|
// import { atom } from 'nanostores'
|
||
|
// import type { Chat, Message } from '../graphql/types.gen'
|
||
|
//
|
||
|
// export const chats = atom<Chat[]>([])
|
||
|
// export const messages = atom<Message[]>([])
|
||
|
export {}
|