refactor(athome): Removed comments and did cargo fix

Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
Tuan-Dat Tran
2025-02-07 00:39:25 +01:00
parent 01c3ceb76d
commit 8f8c724f5f
3 changed files with 1 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
use dioxus::prelude::*;
use dioxus_i18n::t;
use crate::components::{Bolding, UnderConstruction, H1, HR};
use crate::components::{Bolding, H1, HR};
#[component]
pub fn PublicationsProjects() -> Element {