import Main from './src//Main';
const App = () => {
return (
<Main></Main>
);
};
export default App;