1
0
mirror of https://github.com/upscayl/upscayl.git synced 2025-01-24 07:04:07 +01:00
upscayl/renderer/atoms/models-list-atom.ts

4 lines
87 B
TypeScript
Raw Normal View History

2023-04-09 10:46:15 +05:30
import { atom } from "jotai";
2024-10-06 12:45:44 +05:30
export const customModelIdsAtom = atom([] as string[]);