copy text and other small changes

This commit is contained in:
2026-04-07 13:39:14 +02:00
parent 3f555079aa
commit 9b65c5f62b
9 changed files with 277 additions and 357 deletions

View File

@ -1,11 +1,2 @@
mod home;
pub use home::Home;
mod blog;
pub use blog::Blog;
mod navbar;
pub use navbar::Navbar;
mod upload;
pub use upload::Upload;