Adding Local Provider

This commit is contained in:
Bel Curcio
2021-06-10 18:09:22 -03:00
parent 5ce1ee7aba
commit 23b69ec442
16 changed files with 75 additions and 7550 deletions

View File

@@ -0,0 +1,6 @@
export { default as getPage } from './get-page'
export { default as getSiteInfo } from './get-site-info'
export { default as getAllPages } from './get-all-pages'
export { default as getProduct } from './get-product'
export { default as getAllProducts } from './get-all-products'
export { default as getAllProductPaths } from './get-all-product-paths'