import PostList from "../post-list" const MyPosts = ({ posts, error }: { posts: any, error: any }) => { return } export default MyPosts