Akademy Landing MPA

This commit is contained in:
2025-06-09 20:49:38 +05:30
parent 8c3382e438
commit 14d7041e87
522 changed files with 43436 additions and 12935 deletions

View File

@@ -0,0 +1,8 @@
---
import Layout from "../../layouts/Layout.astro";
// import CartPage from "../../components/purchase/Cart/Cart";
import CartWrapperPage from "../../components/purchase/Cart/CartWrapper"
---
<Layout title="Cart | Akademy">
<CartWrapperPage client:only="react" />
</Layout>