1
0
Fork 0

chore: Reconfigure packages

This commit is contained in:
Joost De Cock 2020-09-12 19:05:38 +02:00
parent e4d725fc9e
commit 177974288e
38 changed files with 54 additions and 133 deletions

View file

@ -7,9 +7,6 @@ import '@freesewing/css-theme'
import Pattern from 'pattern'
const App = (props) => {
let instance = new Pattern()
let config = instance.config
// You can use this to add transations
/*
let translations = {
@ -22,7 +19,7 @@ const App = (props) => {
<Workbench
freesewing={freesewing}
Pattern={Pattern}
config={config}
config={Pattern.config}
userLanguage="en"
//translations={translations}
/>