Where should dashboard.js be placed!!
Answered
American Kestrel posted this in #help-forum
American KestrelOP
In the new Nextjs, router is different. In this example, I dont understand where to place the dashboard file, if im in app/page.js now.
4 Replies
move the content of your
dashboard.js into page.{j,t}sxAnswer
American KestrelOP
okkk!
thanks!