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