1
0
Fork 0

fix(org): Build fixes

This commit is contained in:
joostdecock 2023-02-05 16:49:36 +01:00
parent 8634b84e04
commit c8ce8030f4
6 changed files with 11 additions and 11 deletions

View file

@ -1,7 +1,7 @@
import { Examples as Pattern } from '@freesewing/examples'
import Svg from '../workbench/draft/svg'
import Defs from '../workbench/draft/defs'
import Stack from '../workbench/draft/stack'
import { Svg } from '../workbench/draft/svg'
import { Defs } from '../workbench/draft/defs'
import { Stack } from '../workbench/draft/stack'
import { useGist } from 'shared/hooks/useGist'
import Md from 'react-markdown'