This website requires JavaScript.
Explore
Help
Sign In
Steve-Dee-Designs
/
woocommerce
mirror of
https://github.com/woocommerce/woocommerce.git
Watch
1
Star
0
Fork
You've already forked woocommerce
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
deb1d131ad
woocommerce
/
packages
/
js
/
product-editor
/
src
/
index.ts
7 lines
73 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Update product editor package (#36830) * Add missing dev packages to product-editor package * Create components folder for organization * Move product field, section and tab slots over to product-editor package * Move use of product slot fills to product-editor package * Sync dependencies * Add changelogs * Update README's and add constant for default values * Update README's in product-editor package
2023-02-24 13:37:53 +00:00
export
*
from
'./components'
;
Move product editor utils to product editor package (#36730) * Move product editor utils to product editor package * Add changelog entries * Move remaining utils * Move util import/exports to separate index file
2023-02-23 17:48:49 +00:00
/
*
*
*
Utils
*
/
export
*
from
'./utils'
;