1
0
mirror of https://github.com/upscayl/upscayl.git synced 2025-01-19 17:28:44 +01:00
upscayl/renderer/atoms/logAtom.ts

4 lines
74 B
TypeScript
Raw Normal View History

2023-04-08 12:23:32 +05:30
import { atom } from "jotai";
export const logAtom = atom<string[]>([]);