2025-04-01 16:15:20 +02:00
|
|
|
---
|
|
|
|
title: Your Account
|
|
|
|
sidebar_label: Account
|
|
|
|
---
|
|
|
|
|
2025-04-23 20:30:57 +02:00
|
|
|
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
2025-04-01 16:15:20 +02:00
|
|
|
import { RoleBlock } from '@freesewing/react/components/Role'
|
|
|
|
import { Links as AccountLinks } from '@freesewing/react/components/Account'
|
|
|
|
import Link from '@docusaurus/Link'
|
|
|
|
|
2025-04-23 20:30:57 +02:00
|
|
|
<DocusaurusDoc>
|
2025-05-29 12:07:59 +02:00
|
|
|
<RoleBlock role="user">
|
2025-04-23 20:30:57 +02:00
|
|
|
<AccountLinks Link={Link} />
|
|
|
|
</RoleBlock>
|
|
|
|
</DocusaurusDoc>
|