1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-09-24 11:28:25 +02:00
upscayl/renderer/atoms/logAtom.ts
2023-04-08 12:23:32 +05:30

4 lines
74 B
TypeScript

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