import React from 'react'; import PostList from './PostList'; const App = () => { return (
); }; export default App;