next-learn icon indicating copy to clipboard operation
next-learn copied to clipboard

[Learn/Dashboard] Chapter 11 Import file name inconsistence

Open warrior1803-wang opened this issue 1 year ago • 0 comments

hi Team, thank you for the wonderful guide, but I notice this inconsistency which may need your help. At 11.4 Updating the table(4. Updating the table) the Table component which were imported ,the name on the original file is InvoicesTable. <Suspense key={query + currentPage} fallback={<InvoicesTableSkeleton />}> <Table query={query} currentPage={currentPage} /> </Suspense> import Table from '@/app/ui/invoices/table'; should be -> import InvoicesTable from '@/app/ui/invoices/table';

warrior1803-wang avatar Feb 08 '24 14:02 warrior1803-wang