
Also includes fixes for darkmode. Reviewed-on: https://codeberg.org/freesewing/freesewing/pulls/198
9 lines
266 B
Text
9 lines
266 B
Text
---
|
|
title: Curated Measurements Sets
|
|
sidebar_class_name: tw-hidden
|
|
---
|
|
|
|
import { CuratedSetLineup } from '@freesewing/react/components/CuratedSet'
|
|
import Link from '@docusaurus/Link'
|
|
|
|
<CuratedSetLineup Link={Link} href={(set) => `/curated-sets/set?id=${set.id}`} />
|