1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-11-15 03:07:42 +01:00
upscayl/renderer/atoms/models-list-atom.ts

4 lines
87 B
TypeScript
Raw Normal View History

2023-04-09 07:16:15 +02:00
import { atom } from "jotai";
2024-10-06 09:15:44 +02:00
export const customModelIdsAtom = atom([] as string[]);