Files
btc-trading/src/api/dashboard
DiTus d0fbe8cfe5 Fix export syntax using standalone function declarations
- Converted window.addIndicator to standalone function 'addIndicator'
- Converted window.removeIndicatorById to standalone function 'removeIndicatorById'
- Added standalone function removeIndicatorByIndex
- Export all three functions directly
- Assign to window for backward compatibility
- Fixes 'Unexpected token' error in export statements
2026-02-25 22:43:05 +01:00
..