From f99e0aba70efad0deb907d8e27f09fc9f527c8a4 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Fri, 17 Feb 2023 17:07:50 +0700 Subject: Refactor --- src/pages/shop/cart.jsx | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/pages/shop/cart.jsx (limited to 'src/pages/shop/cart.jsx') diff --git a/src/pages/shop/cart.jsx b/src/pages/shop/cart.jsx new file mode 100644 index 00000000..20279e0c --- /dev/null +++ b/src/pages/shop/cart.jsx @@ -0,0 +1,10 @@ +import AppLayout from "@/core/components/layouts/AppLayout" +import CartComponent from "@/lib/cart/components/Cart" + +export default function Cart() { + return ( + + + + ) +} \ No newline at end of file -- cgit v1.2.3