feat: add table

This commit is contained in:
Max Koon
2025-11-14 23:06:12 -05:00
parent 5b14b4e7a4
commit 9834b9518b
7 changed files with 163 additions and 32 deletions

View File

@@ -7,8 +7,8 @@
".": "./src/index.tsx"
},
"dependencies": {
"react-native-opentui": "workspace:*",
"@money/shared": "workspace:*"
"@money/shared": "workspace:*",
"react-native-opentui": "workspace:*"
},
"packageManager": "pnpm@10.18.2"
}