ntopng/http_src/services/services.js
2022-03-04 11:32:25 +01:00

9 lines
497 B
JavaScript

import { ntopng_events, ntopng_events_manager, ntopng_status_manager, ntopng_utility, ntopng_url_manager, ntopng_sync, ntopng_custom_events } from './context/ntopng_globals_services'
window.ntopng_events = ntopng_events
window.ntopng_events_manager = ntopng_events_manager
window.ntopng_status_manager = ntopng_status_manager
window.ntopng_utility = ntopng_utility
window.ntopng_url_manager = ntopng_url_manager
window.ntopng_sync = ntopng_sync
window.ntopng_custom_events = ntopng_custom_events