import React from 'react'; import './App.css'; import Log from './Log'; function App() { return (
); } export default App;