import React from 'react'; import * as Icon from 'react-feather'; import Link from 'next/link'; const News = function ({ backend, news, othernews, ...props }) { // const NewsList = news.map((data) => { // return ( // <> //
//
//
// // // // // //
// {data.published_at} //
//
//
//

// // {data.title} // //

// By Admin // // // Read More // // //
//
//
// // ) // }) // const PopularNews = othernews.map((data) => { // return ( //
// // // // // //
// // //

// // {data.title} // //

//
//
//
// ) // }) return (
) } export default News;