1
0
Fork 0

chore: Prettier run

This commit is contained in:
Joost De Cock 2020-03-12 07:28:26 +01:00
parent e750a06c33
commit 7102dd313b
30 changed files with 53 additions and 254 deletions

View file

@ -10,14 +10,7 @@ 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