Is your feature request related to a problem? Please describe.
Describe the solution you'd like
- Should pull from the backend to get the data needed to display the name, cover image, tags, person who wrote it, and content
Figma Design
Figma link: https://www.figma.com/file/pyXHrfSlr2xx3xunNXjcpx/New-UI?node-id=2694%3A727

Component Details
- Create a folder called ArticleBody in
src/components
- You should be using the route
/api/articles/<int:article_id>
to pull data to get a specific article.
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Figma Design
Figma link: https://www.figma.com/file/pyXHrfSlr2xx3xunNXjcpx/New-UI?node-id=2694%3A727
Component Details
src/components/api/articles/<int:article_id>to pull data to get a specific article.