1
0
mirror of https://github.com/upscayl/upscayl.git synced 2025-02-16 10:52:38 +01:00
upscayl/renderer/atoms/log-atom.ts
2024-09-25 07:48:58 +05:30

4 lines
74 B
TypeScript

import { atom } from "jotai";
export const logAtom = atom<string[]>([]);