Files
hoanghapc_nextJs/src/app/send-cart/page.tsx
2026-01-14 17:31:59 +07:00

9 lines
136 B
TypeScript

import SendResult from "@/components/cart/send";
export default function SendCartPage() {
return (
<SendResult />
)
}