import TickerService from './TickerService';

// Create unique instance of the service.
const ticker = new TickerService();

export default ticker;
