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