import React from 'react' import Index from './routes' const App = () => { return ( <> ) } export default App