mirror of
https://github.com/upscayl/upscayl.git
synced 2024-12-01 02:27:16 +01:00
4 lines
74 B
TypeScript
4 lines
74 B
TypeScript
|
import { atom } from "jotai";
|
||
|
|
||
|
export const logAtom = atom<string[]>([]);
|