fix(storage): circual deps
Some checks failed
/ build-desktop (linux) (push) Failing after 1m57s
/ build-web (push) Failing after 2m1s
/ build-mobile (push) Failing after 3m58s
/ release (push) Has been skipped

This commit is contained in:
Alois 2026-08-31 22:05:28 +02:00
commit d88c554a2d
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24
14 changed files with 13 additions and 21 deletions

View file

@ -5,6 +5,7 @@
"type": "module",
"exports": {
"./context": "./src/context.tsx",
"./session": "./src/session.tsx",
"./wrapper": "./src/wrapper.tsx",
"./values": "./src/values.ts"
},