import Image from 'next/image'; import { Link } from 'react-router-dom'; import config from '../data/internal/config' const ShowSideBar = (props) => { console.log(props.props.data[0].attributes) return(

Feeds

Get it on iTunes
RSS Feed
); } export default ShowSideBar