mine is a basic next js porject just displaying some components and css
Answered
West African Lion posted this in #help-forum
West African LionOP
my folder structure is like src/app/page.js and layout.js, src/app/components ("all my components located"), src/app/pages/aboutUs.js, the issue is that i cant acces any of the component directly http://localhost:3000/components/Header its saying 404 error
Answered by West African Lion
I got the solution i have to use page.js with the name of the folder as endpoint
1 Reply
West African LionOP
I got the solution i have to use page.js with the name of the folder as endpoint
Answer