Spaces:
Sleeping
Sleeping
File size: 206 Bytes
faca43f |
1 2 3 4 5 6 |
import { writable } from "svelte/store";
export const isloading_writable = writable(false);
export const refresh_chats_writable = writable([]);
export const refresh_chats_writable_empty = writable(false);
|