chore: Linter warings
This commit is contained in:
parent
61ea8c74aa
commit
783e1fa683
2 changed files with 2 additions and 2 deletions
|
@ -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}`
|
||||||
|
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue