Rename Cards component to CardWrapper (#329)

* Rename <Cards/> to <CardWrapper/>

* Update starter-example
This commit is contained in:
Delba de Oliveira
2023-10-31 16:15:00 +00:00
committed by GitHub
parent 5a65b98034
commit a910ad8f58
3 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ const iconMap = {
invoices: InboxIcon,
};
export default async function Cards() {
export default async function CardWrapper() {
const {
numberOfInvoices,
numberOfCustomers,