Updated dependencies

This commit is contained in:
2022-08-01 10:34:35 +01:00
parent fd29385cf8
commit 4cbf67dcbb
17 changed files with 523 additions and 692 deletions
-1
View File
@@ -22,7 +22,6 @@ const NewsFeed = props => {
<div className='panel'>
<h1 className='text centered'>News Feed</h1>
{articles.map((article, index) => {
console.log(article)
return (
<div key={index} className='panel'>
<hr />