1
0
Fork 0

chore: Linter warnings

This commit is contained in:
joostdecock 2023-02-05 16:30:12 +01:00
parent 59708f534d
commit 1bd908d2c0
12 changed files with 10 additions and 20 deletions

View file

@ -1,4 +1,3 @@
import { Tutorial } from '@freesewing/tutorial'
import { Examples as Pattern } from '@freesewing/examples'
import Svg from '../workbench/draft/svg'
import Defs from '../workbench/draft/defs'
@ -6,11 +5,6 @@ import Stack from '../workbench/draft/stack'
import { useGist } from 'shared/hooks/useGist'
import Md from 'react-markdown'
//const measurementSets = {
// tutorial: {
// head: 320,
// },
//}
export const Examples = ({ app, part, caption, xray }) => {
// State for gist
const { gist, unsetGist, updateGist } = useGist('examples-mdx', app)