chore: Reconfigure packages
This commit is contained in:
parent
e4d725fc9e
commit
177974288e
38 changed files with 54 additions and 133 deletions
|
@ -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}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue