diff --git a/data/poem.md b/data/poem.md index a0ef161..87c3c23 100644 --- a/data/poem.md +++ b/data/poem.md @@ -2,7 +2,7 @@ You are important. I wrote a small poem I hope will help you today.\ It's not very long, but I'm doing my best, and so are you. You are the moon, you are the stars\ -Im glad you're here, whomever you are.\ +I'm glad you're here, whomever you are.\ We've been through much; in this life it's true,\ But in the end, you will come through. diff --git a/rust-letter-fe/src/main.rs b/rust-letter-fe/src/main.rs index 1009782..229609d 100644 --- a/rust-letter-fe/src/main.rs +++ b/rust-letter-fe/src/main.rs @@ -1,6 +1,6 @@ use console_error_panic_hook; -use dioxus_web::{self, Config}; -use rust_letter_fe::web_app::{self, VirtualDom}; +use dioxus_web::{self}; +use rust_letter_fe::web_app::{self}; use wasm_logger; fn main() {