diff --git a/www/apps/resources/app/recipes/bundled-products/examples/standard/page.mdx b/www/apps/resources/app/recipes/bundled-products/examples/standard/page.mdx index 8dc74980dc..39e3cd55ed 100644 --- a/www/apps/resources/app/recipes/bundled-products/examples/standard/page.mdx +++ b/www/apps/resources/app/recipes/bundled-products/examples/standard/page.mdx @@ -1277,6 +1277,7 @@ const CreateBundledProduct = () => { ]) // TODO fetch products } +export default CreateBundledProduct; ``` You create a `CreateBundledProduct` component that defines the following state variables: