Documentation issue: Dashboard Tutorial
Answered
Brian GF posted this in #help-forum
Brian GFOP
I believe there is an error in the code on this tutorial page
https://nextjs.org/learn/dashboard-app/adding-search-and-pagination
line 6 of invoices/page.tsx reads
import { InvoicesTableSkeleton } from '@/app/ui/dashboard/skeletons';
but I think it should read
import { InvoicesTableSkeleton } from '@/app/ui/skeletons';
Should I have tagged this as a bug?
https://nextjs.org/learn/dashboard-app/adding-search-and-pagination
line 6 of invoices/page.tsx reads
import { InvoicesTableSkeleton } from '@/app/ui/dashboard/skeletons';
but I think it should read
import { InvoicesTableSkeleton } from '@/app/ui/skeletons';
Should I have tagged this as a bug?
Answered by Giant panda
If you think you found an error report it using following this: https://discord.com/channels/752553802359505017/752647196419031042/1167756874838454302
1 Reply
Giant panda
If you think you found an error report it using following this: https://discord.com/channels/752553802359505017/752647196419031042/1167756874838454302
Answer