index.jsx 100 B

1234567
  1. import React from 'react'
  2. const index = () => {
  3. return <div>商机</div>
  4. }
  5. export default index