generated from dwd/boilarplate-astro-tailwind
Akademy Landing MPA
This commit is contained in:
8
src/pages/purchase/index.astro
Normal file
8
src/pages/purchase/index.astro
Normal 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>
|
||||
Reference in New Issue
Block a user