codigo refactorizado y ordenado, listo para siguiente fase

This commit is contained in:
2025-09-26 15:37:06 -06:00
parent 7b1935537a
commit 6510250513
661 changed files with 544474 additions and 511 deletions

12
frontend/node_modules/nanoid/async/package.json generated vendored Normal file
View File

@@ -0,0 +1,12 @@
{
"type": "module",
"main": "index.cjs",
"module": "index.js",
"react-native": {
"./index.js": "./index.native.js"
},
"browser": {
"./index.js": "./index.browser.js",
"./index.cjs": "./index.browser.cjs"
}
}