Files
hoanghapc_nextJs/src/app/send-cart/page.tsx

9 lines
136 B
TypeScript
Raw Normal View History

2025-12-30 18:05:53 +07:00
2026-01-14 17:31:59 +07:00
import SendResult from "@/components/cart/send";
2025-12-30 18:05:53 +07:00
export default function SendCartPage() {
return (
<SendResult />
)
}