20 lines
420 B
Plaintext
20 lines
420 B
Plaintext
import CustomerContent from "./_content/customer.mdx"
|
|
import CustomerGroupContent from "./_content/customer-group.mdx"
|
|
|
|
export const metadata = {
|
|
title: `Customer Module's Admin Widget Injection Zones`,
|
|
}
|
|
|
|
# {metadata.title}
|
|
|
|
This reference shows all the injection zones in the Medusa Admin related to the Customer Module.
|
|
|
|
## Customer Pages
|
|
|
|
<CustomerContent />
|
|
|
|
---
|
|
|
|
## Customer Group Pages
|
|
|
|
<CustomerGroupContent /> |