Rename test components

This commit is contained in:
Florian RICHER 2023-03-08 21:27:44 +01:00
parent 1186d5e13e
commit 640c64f5e8

View file

@ -1,7 +1,7 @@
use yew::{function_component, Html, html};
#[function_component]
pub fn Test() -> Html {
#[function_component(Test)]
pub fn test() -> Html {
html! {
<div class="bg-red-500">
<h1>{"Test component"}</h1>