This commit is contained in:
2025-07-10 14:44:06 +03:00
parent 7b71da3825
commit 8e82736f09
7 changed files with 208 additions and 43 deletions

View File

@@ -0,0 +1,5 @@
import SkeletonCartPage from '~/medusa/modules/skeletons/templates/skeleton-cart-page';
export default function Loading() {
return <SkeletonCartPage />;
}