Update conf
This commit is contained in:
parent
eae044e1f4
commit
88f8d83317
6 changed files with 14 additions and 7 deletions
|
@ -3,7 +3,7 @@ use yew::{function_component, Html, html};
|
|||
#[function_component(Test)]
|
||||
pub fn test() -> Html {
|
||||
html! {
|
||||
<div class="bg-red-500">
|
||||
<div class="bg-red-500 text-blue">
|
||||
<h1>{"Test component"}</h1>
|
||||
</div>
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue