import type { Comment } from '@onecomme.com/onesdk/types/Comment'; import { writable } from 'svelte/store'; export const chats = writable([]);