import React, {Component} from 'react'; class StockSignal extends Component { render() { return (
Stock Signal
) } } export default StockSignal;