1
0
Fork 0

chore: Added unittest for patterns

This commit is contained in:
Joost De Cock 2020-03-14 15:04:45 +01:00
parent f6bad3c76f
commit ba45537ea6
131 changed files with 1832 additions and 146 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