feat(base): subscribe to formula WS events on client

This commit is contained in:
Philipinho
2026-04-24 00:29:23 +01:00
parent 230c4e35f0
commit 46f9292c05
2 changed files with 57 additions and 0 deletions
@@ -0,0 +1,3 @@
import { atom } from "jotai";
export const formulaRecomputeAtom = atom<Record<string, string[]>>({});