Save current BZZZ config-ui state before CHORUS branding update
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
16
install/config-ui/node_modules/@heroicons/react/outline/index.js
generated
vendored
Normal file
16
install/config-ui/node_modules/@heroicons/react/outline/index.js
generated
vendored
Normal 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/outline/${property}\` from Heroicons v1 but have installed Heroicons v2. Install \`@heroicons/react@v1\` to resolve this error.`
|
||||
)
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
module.exports = proxy
|
||||
Reference in New Issue
Block a user