Explorar el Código

chore: Tidy up generated files

Michael Bromley hace 1 año
padre
commit
aab41f3b5b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/admin-ui/src/lib/catalog/src/public_api.ts

+ 1 - 0
packages/admin-ui/src/lib/catalog/src/public_api.ts

@@ -42,6 +42,7 @@ export * from './components/product-variants-editor/product-variants-editor.comp
 export * from './components/product-variants-table/product-variants-table.component';
 export * from './components/update-product-option-dialog/update-product-option-dialog.component';
 export * from './components/variant-price-detail/variant-price-detail.component';
+export * from './components/variant-price-strategy-detail/variant-price-strategy-detail.component';
 export * from './providers/product-detail/product-detail.service';
 export * from './providers/product-detail/replace-last';
 export * from './providers/routing/product-variants-resolver';