1
0
Fork 0

chore: Linter warings

This commit is contained in:
joostdecock 2023-06-17 13:28:17 +02:00
parent 61ea8c74aa
commit 783e1fa683
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
// Components // Components
import { Path } from '../pattern/path.mjs' import { Path } from '../pattern/path.mjs'
import { getProps, getId } from '../pattern/utils.mjs' import { getProps } from '../pattern/utils.mjs'
const coords = (point) => `${point.x},${point.y}` const coords = (point) => `${point.x},${point.y}`

View file

@ -1,5 +1,5 @@
import { Legend as LegendDesign } from '@freesewing/legend' import { Legend as LegendDesign } from '@freesewing/legend'
import { Example } from './tabbed-example.mjs' import { TabbedExample as Example } from './tabbed-example.mjs'
export const Legend = ({ caption = false, part = '', children = null }) => { export const Legend = ({ caption = false, part = '', children = null }) => {
const settings = { const settings = {