mirror of
https://github.com/upscayl/upscayl.git
synced 2025-01-24 07:04:07 +01:00
4 lines
87 B
TypeScript
4 lines
87 B
TypeScript
import { atom } from "jotai";
|
|
|
|
export const customModelIdsAtom = atom([] as string[]);
|