chat-ui-custom / src /lib /stores /loginModal.ts
that1cooldude
Initial chat-ui deployment without binary files
973a4e3
Raw
History Blame Contribute Delete
89 Bytes
import { writable } from "svelte/store";
export const loginModalOpen = writable(false);