import TextLoading from "@/app/component/loading/Text"; function ContentDetail({ head, detail, loading }) { return (
  • {head}

    {detail}

  • ); } export default ContentDetail;