()
| 459 | |
| 460 | #[component] |
| 461 | fn CopyIcon() -> Element { |
| 462 | rsx! { |
| 463 | Copy { |
| 464 | width: "24px", |
| 465 | height: "24px", |
| 466 | } |
| 467 | } |
| 468 | } |
| 469 | |
| 470 | #[component] |
| 471 | fn CheckIcon() -> Element { |
nothing calls this directly
no outgoing calls
no test coverage detected