17 lines
478 B
Text
17 lines
478 B
Text
![]() |
---
|
||
|
title: Measurement Set
|
||
|
sidebar_class_name: tw-hidden
|
||
|
---
|
||
|
|
||
|
import { getSearchParam } from '@freesewing/utils'
|
||
|
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||
|
import { RoleBlock } from '@freesewing/react/components/Role'
|
||
|
import { Set } from '@freesewing/react/components/Account'
|
||
|
import Link from '@docusaurus/Link'
|
||
|
|
||
|
<DocusaurusDoc>
|
||
|
<RoleBlock user>
|
||
|
<Set Link={Link} id={getSearchParam('id')} publicOnly={true} />
|
||
|
</RoleBlock>
|
||
|
</DocusaurusDoc>
|