chore: No need to pass pattern config to workbench
This commit is contained in:
parent
43d0a361a6
commit
6dbc108d29
2 changed files with 3 additions and 2 deletions
|
@ -2,6 +2,7 @@ import React from 'react'
|
|||
import freesewing from '@freesewing/core'
|
||||
import Workbench from '@freesewing/components/Workbench'
|
||||
import 'typeface-roboto-condensed'
|
||||
import 'typeface-raleway'
|
||||
import '@freesewing/css-theme'
|
||||
|
||||
import Pattern from 'pattern'
|
||||
|
@ -19,7 +20,6 @@ const App = (props) => {
|
|||
<Workbench
|
||||
freesewing={freesewing}
|
||||
Pattern={Pattern}
|
||||
config={Pattern.config}
|
||||
userLanguage="{{language}}"
|
||||
//translations={translations}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue