fix(lab): Fixed lab after moving to esm and named exports
This commit is contained in:
parent
dc1f1d7029
commit
d6d8c6f122
31 changed files with 244 additions and 248 deletions
|
@ -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 }) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue