1
0
mirror of https://github.com/upscayl/upscayl.git synced 2025-02-13 09:22:37 +01:00
upscayl/renderer/atoms/models-list-atom.ts
2024-10-06 12:45:44 +05:30

4 lines
87 B
TypeScript

import { atom } from "jotai";
export const customModelIdsAtom = atom([] as string[]);