1
0
Fork 0

chore: Remove plugin-bundle from designs

This commit is contained in:
joostdecock 2023-09-07 13:08:15 +02:00
parent 9c1b1eb390
commit 8df9fd8860
74 changed files with 4 additions and 186 deletions

View file

@ -1,5 +1,4 @@
import { Design } from '@freesewing/core'
import { pluginBundle } from '@freesewing/plugin-bundle'
import { gorePlugin } from '@freesewing/plugin-gore'
import { data } from '../data.mjs'
import { i18n } from '../i18n/index.mjs'
@ -34,7 +33,7 @@ const Examples = new Design({
// Settings
settings_sa,
],
plugins: [pluginBundle, gorePlugin],
plugins: [gorePlugin],
})
// Named exports