chore: Linter warnings
This commit is contained in:
parent
59708f534d
commit
1bd908d2c0
12 changed files with 10 additions and 20 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue