mirror of
https://github.com/vercel/next-learn.git
synced 2026-07-07 22:18:45 +00:00
Rename Cards component to CardWrapper (#329)
* Rename <Cards/> to <CardWrapper/> * Update starter-example
This commit is contained in:
committed by
GitHub
parent
5a65b98034
commit
a910ad8f58
@@ -14,7 +14,7 @@ const iconMap = {
|
||||
invoices: InboxIcon,
|
||||
};
|
||||
|
||||
export default async function Cards() {
|
||||
export default async function CardWrapper() {
|
||||
const {
|
||||
numberOfInvoices,
|
||||
numberOfCustomers,
|
||||
|
||||
Reference in New Issue
Block a user