1
0
Fork 0

wip: Work on account/patterns pages

This commit is contained in:
joostdecock 2024-12-22 19:00:06 +01:00
parent dbe1a04552
commit 196bf6decf
16 changed files with 874 additions and 1020 deletions

View file

@ -1,3 +1,6 @@
// Dependencies
import { cloudflareImageUrl } from '@freesewing/utils'
// Components
import React, { forwardRef } from 'react'
import { Svg as DefaultSvg } from './svg.mjs'
import { Defs as DefaultDefs } from './defs.mjs'
@ -11,6 +14,7 @@ import { Grid as DefaultGrid } from './grid.mjs'
import { Text as DefaultText, TextOnPath as DefaultTextOnPath } from './text.mjs'
import { Circle as DefaultCircle } from './circle.mjs'
import { getId, getProps, withinPartBounds, translateStrings } from './utils.mjs'
import { Link as WebLink } from '@freesewing/react/components/Link'
/*
* Allow people to override these components