update 30/12
This commit is contained in:
8
src/app/send-cart/page.tsx
Normal file
8
src/app/send-cart/page.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
import SendResult from "@/components/cart/Send";
|
||||
|
||||
export default function SendCartPage() {
|
||||
return (
|
||||
<SendResult />
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user