jan/web/app/_helpers/atoms/ExploreModelLoading.atom.ts
James e47d19e6e4 update ui
Signed-off-by: James <james@jan.ai>
2023-10-06 16:46:47 +07:00

4 lines
86 B
TypeScript

import { atom } from "jotai";
export const modelLoadMoreAtom = atom<boolean>(false);