1
0
mirror of https://github.com/upscayl/upscayl.git synced 2025-01-24 07:04:07 +01:00
upscayl/renderer/atoms/log-atom.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[]>([]);