/** * v0 by Vercel. * @see https://v0.dev/t/T5udQUElDOu * Documentation: https://v0.dev/docs#integrating-generated-code-into-your-nextjs-app */ import { Button } from "@/components/ui/button" import { Checkbox } from "@/components/ui/checkbox" export default function Component() { return (
2
Order 1
Toppings
1
Order 2
Toppings
2
Total Price: $9
) } function ShoppingCartIcon(props) { return ( ) } function TrashIcon(props) { return ( ) }