Przeglądaj źródła

chore: Tidy up generated files

Michael Bromley 1 rok temu
rodzic
commit
aab41f3b5b

+ 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';