{"ast":null,"code":"import { jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nimport React from 'react';\nexport default function buildNews(newsElement) {\n  var newsData = [];\n  newsData.push( /*#__PURE__*/_jsx(\"p\", {\n    className: \"card-text content paragraph\",\n    children: newsElement['NewsItem'][0]\n  }));\n  newsData.push( /*#__PURE__*/_jsx(\"a\", {\n    href: \"news.html?newsid=\" + newsElement['idNews'],\n    children: \"Read Full Story\"\n  }));\n  return /*#__PURE__*/_jsxs(\"div\", {\n    className: \"newsSection\",\n    children: [/*#__PURE__*/_jsx(\"a\", {\n      href: \"news.html?newsid=\" + newsElement['idNews'],\n      children: /*#__PURE__*/_jsx(\"h5\", {\n        children: newsElement['NewsTitle']\n      })\n    }), newsData]\n  });\n}","map":null,"metadata":{},"sourceType":"module"}