20 lines
370 B
Plaintext
20 lines
370 B
Plaintext
import ProfileContent from "./_content/profile.mdx"
|
|
import UserContent from "./_content/user.mdx"
|
|
|
|
export const metadata = {
|
|
title: `User Module's Admin Widget Injection Zones`,
|
|
}
|
|
|
|
# {metadata.title}
|
|
|
|
This reference shows all the injection zones in the Medusa Admin related to the User Module.
|
|
|
|
## Profile Pages
|
|
|
|
<ProfileContent />
|
|
|
|
---
|
|
|
|
## User Pages
|
|
|
|
<UserContent /> |