1
0
Fork 0

chore: Reconfigure packages

This commit is contained in:
Joost De Cock 2020-03-08 17:27:21 +01:00
parent 2dbc13e14a
commit 93849966cd
161 changed files with 1166 additions and 565 deletions

View file

@ -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