2025-04-01 16:15:20 +02:00
|
|
|
---
|
|
|
|
title: Consent & Privacy
|
|
|
|
---
|
|
|
|
|
|
|
|
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
|
|
|
import { RoleBlock } from '@freesewing/react/components/Role'
|
|
|
|
import { Consent } from '@freesewing/react/components/Account'
|
|
|
|
import Link from '@docusaurus/Link'
|
|
|
|
|
|
|
|
<DocusaurusDoc>
|
2025-05-29 12:07:59 +02:00
|
|
|
<RoleBlock role="user">
|
2025-04-01 16:15:20 +02:00
|
|
|
<Consent Link={Link} />
|
|
|
|
</RoleBlock>
|
|
|
|
</DocusaurusDoc>
|