chore: setup project for production
This commit is contained in:
13
app/pages/shopping-cart/page.jsx
Normal file
13
app/pages/shopping-cart/page.jsx
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
import ShoppingCart from "@/components/shopping-cart/shoppingCart";
|
||||
import React from "react";
|
||||
|
||||
const Page = () => {
|
||||
return (
|
||||
<div>
|
||||
<ShoppingCart/>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default Page;
|
||||
Reference in New Issue
Block a user