import Comment from "./Comment"; function Comments({ user, loading }) { return ( ); } export default Comments;