13 lines
320 B
Text
13 lines
320 B
Text
---
|
|
title: User Experience
|
|
---
|
|
|
|
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
|
import { RoleBlock } from '@freesewing/react/components/Role'
|
|
import { Control } from '@freesewing/react/components/Account'
|
|
|
|
<DocusaurusDoc>
|
|
<RoleBlock role="user">
|
|
<Control />
|
|
</RoleBlock>
|
|
</DocusaurusDoc>
|