import './base.css';

const App = () => <div>helloworld</div>;

export default App;
