From 05d885a4c3c74f6b4c07ee5e7bd0da487cd8cf84 Mon Sep 17 00:00:00 2001 From: Ada Werefox Date: Fri, 7 Apr 2023 10:42:23 -0500 Subject: [PATCH] Minor changes. --- data/poem.md | 2 +- rust-letter-fe/src/main.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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() {