Model store hooked up

This commit is contained in:
Gregory Schier
2026-03-08 15:42:18 -07:00
parent 0a616eb5e2
commit 96a22c68f2
10 changed files with 254 additions and 154 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "@yaakapp-internal/model-store",
"private": true,
"version": "1.0.0",
"type": "module",
"main": "src/index.ts",
"types": "src/index.ts",
"peerDependencies": {
"jotai": "^2.18.0"
}
}