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
import SendResult from "@/components/cart/Send";
export default function SendCartPage() {
return (
<SendResult />
)
}