import React from 'react';

import { MainApp } from './src/MainApp';

const App = () => {
  return <MainApp />;
};

export default App;
