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
|
@ -26,7 +26,8 @@
|
|||
"react-scripts": "^3.4.1",
|
||||
"file-saver": "^2.0.2",
|
||||
"react-markdown": "4.3.1",
|
||||
"typeface-roboto-condensed": "latest"
|
||||
"typeface-roboto-condensed": "latest",
|
||||
"typeface-raleway": "latest"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
|
|
|
@ -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