chore: Reconfigure packages
This commit is contained in:
parent
2dbc13e14a
commit
93849966cd
161 changed files with 1166 additions and 565 deletions
|
@ -10,7 +10,14 @@ const App = props => {
|
|||
let instance = new Pattern()
|
||||
let config = instance.config
|
||||
|
||||
return <Workbench freesewing={freesewing} Pattern={Pattern} config={config} userLanguage="en" />
|
||||
return (
|
||||
<Workbench
|
||||
freesewing={freesewing}
|
||||
Pattern={Pattern}
|
||||
config={config}
|
||||
userLanguage="en"
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
||||
export default App
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue