9 lines
136 B
TypeScript
9 lines
136 B
TypeScript
|
|
import SendResult from "@/components/cart/send";
|
|
|
|
export default function SendCartPage() {
|
|
return (
|
|
<SendResult />
|
|
)
|
|
}
|