1
0
Fork 0

fix(lab): Fixed lab after moving to esm and named exports

This commit is contained in:
joostdecock 2023-02-05 17:59:22 +01:00
parent dc1f1d7029
commit d6d8c6f122
31 changed files with 244 additions and 248 deletions

View file

@ -1,6 +1,6 @@
import { useTranslation } from 'next-i18next'
import { svgattrPlugin } from '@freesewing/plugin-svgattr'
import { SvgWrapper } from './draft/svg-wrapper.mjs'
import { SvgWrapper } from './draft/svg.mjs'
import { Error } from './draft/error.mjs'
export const LabSample = ({ gist, draft, updateGist, unsetGist, showInfo, app, feedback }) => {