Skip to content

Commit a7120fa

Browse files
committed
fix: 누락된 MDX 정의 추가
1 parent b456197 commit a7120fa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

apps/pyconkr-admin/src/consts/mdx_components.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ const PythonKRShopMDXComponents: MDXComponents = {
147147
Shop__Common__ContextProvider: Shop.Components.Common.ShopContextProvider,
148148
Shop__Feature__CartStatus: Shop.Components.Features.CartStatus,
149149
Shop__Feature__ProductList: Shop.Components.Features.ProductList,
150+
Shop__Feature__ProductImageCardList: Shop.Components.Features.ProductImageCardList,
150151
Shop__Feature__OrderList: Shop.Components.Features.OrderList,
151152
Shop__Feature__UserInfo: Shop.Components.Features.UserInfo,
152153
};

apps/pyconkr/src/consts/mdx_components.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ const PythonKRShopMDXComponents: MDXComponents = {
147147
Shop__Common__ContextProvider: Shop.Components.Common.ShopContextProvider,
148148
Shop__Feature__CartStatus: Shop.Components.Features.CartStatus,
149149
Shop__Feature__ProductList: Shop.Components.Features.ProductList,
150+
Shop__Feature__ProductImageCardList: Shop.Components.Features.ProductImageCardList,
150151
Shop__Feature__OrderList: Shop.Components.Features.OrderList,
151152
Shop__Feature__UserInfo: Shop.Components.Features.UserInfo,
152153
};

0 commit comments

Comments
 (0)