13 lines
289 B
Text
13 lines
289 B
Text
![]() |
---
|
||
|
title: Your Account
|
||
|
sidebar_label: Account
|
||
|
---
|
||
|
|
||
|
import { RoleBlock } from '@freesewing/react/components/Role'
|
||
|
import { Links as AccountLinks } from '@freesewing/react/components/Account'
|
||
|
import Link from '@docusaurus/Link'
|
||
|
|
||
|
<RoleBlock user>
|
||
|
<AccountLinks Link={Link} />
|
||
|
</RoleBlock>
|