import React from 'react';
const GlobalMonitor = () => {
return <div>Data Stream Synced</div>
}; export default GlobalMonitor;