buid node modules

This commit is contained in:
IGNY8 VPS (Salman)
2025-11-13 14:02:26 +00:00
parent a9e8d6fe2d
commit ca5bf13c74
5368 changed files with 172937 additions and 50372 deletions

16
frontend/node_modules/@heroicons/react/solid/index.js generated vendored Normal file
View File

@@ -0,0 +1,16 @@
let proxy = new Proxy(
{},
{
get: (obj, property) => {
if (property === '__esModule') {
return {}
}
throw new Error(
`You\'re trying to import \`@heroicons/react/solid/${property}\` from Heroicons v1 but have installed Heroicons v2. Install \`@heroicons/react@v1\` to resolve this error.`
)
},
}
)
module.exports = proxy