1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-11-30 18:24:27 +01:00
upscayl/renderer/atoms/logAtom.ts

4 lines
74 B
TypeScript
Raw Normal View History

2023-04-08 08:53:32 +02:00
import { atom } from "jotai";
export const logAtom = atom<string[]>([]);