import React from 'react'
import Index from './src/Index'
const App = () => <Index />
export default App