import React from 'react' import Stocks from './Stocks/Stocks' function App () { return ( <div> <Stocks /> </div> ) }