Minor changes.

This commit is contained in:
Ada Werefox 2023-04-07 10:42:23 -05:00
parent fc595e021e
commit 05d885a4c3
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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() {