update 30/12

This commit is contained in:
2025-12-30 18:05:53 +07:00
parent 19b55a3d93
commit da37dc67e7
20 changed files with 621 additions and 1319 deletions

View File

@@ -0,0 +1,8 @@
import SendResult from "@/components/cart/Send";
export default function SendCartPage() {
return (
<SendResult />
)
}