import React from "react";

const FbComments = ({ href }) => {
  return <></>;
};

export default FbComments;
