Add live git status indicators (#458)

This commit is contained in:
Gregory Schier
2026-05-08 11:25:39 -07:00
committed by GitHub
parent 1b154ba550
commit d7e67cf13c
35 changed files with 1702 additions and 578 deletions

View File

@@ -4,5 +4,8 @@
"private": true,
"type": "module",
"main": "src/index.ts",
"types": "src/index.ts"
"types": "src/index.ts",
"dependencies": {
"jotai-family": "^1.0.1"
}
}