feat: ability to view tasks in different categories

This commit is contained in:
2024-08-31 10:47:49 +02:00
parent 765e0a1770
commit 28143a7088
29 changed files with 1127 additions and 169 deletions

View File

@ -0,0 +1,7 @@
use dioxus::prelude::*;
#[component]
pub(crate) fn ProjectsPage() -> Element {
rsx! {
}
}