Make Clippy happy

This commit is contained in:
Jonathan Kelley 2024-03-15 12:20:16 -07:00
parent 0a5f267a9a
commit fe2c17f792
No known key found for this signature in database
GPG key ID: 1FBB50F7EB0A08BE

View file

@ -49,6 +49,7 @@ fn DemoC(x: i32) -> Element {
}
}
#[component]
fn ComponentPanic() -> Element {
panic!("This component panics")
}