Closed Tvo465 closed 2 years ago
✅ Deploy Preview for uniforum ready!
🔨 Explore the source changes: a8adc01c3645c36bd18340d261921713153fe5dc
🔍 Inspect the deploy log: https://app.netlify.com/sites/uniforum/deploys/6235a17896660d0009989d3a
😎 Browse the preview: https://deploy-preview-38--uniforum.netlify.app/
The page looks good! I'm wondering what the purpose of the file
src/pages/Post/Reply/index.js
is? From what I can see it's just importing a component then exporting it again - can't we directly import the component wherever we need it without going through this file?
Yup so the purpose of this file is to reduce the specificity when importing a component. So instead of ./foldername/Component.jsx , you just import with ./foldername
Description
Contains the full post details contains comments view comments can have upvotes and downvotes and a number that shows the net value Button to add comment View to add new comment
Link for changes to post page: https://deploy-preview-38--uniforum.netlify.app/post/235
Related Issue
Solves #24
Type of change
How Has This Been Tested?
Manually tested it locally. Chrome using windows 11Checklist:
For more information, refer to the Contributing Guidelines document.