import React from 'react' import { Connect } from '@aragon/connect-react' import Info from './Info' function App() { return ( ) } export default App