feat: ability to view tasks in different categories
This commit is contained in:
@@ -1,13 +1,9 @@
|
||||
use crate::components::project_form::ProjectForm;
|
||||
use dioxus::core_macro::rsx;
|
||||
use dioxus::dioxus_core::Element;
|
||||
use dioxus::prelude::*;
|
||||
use crate::components::task_form::TaskForm;
|
||||
|
||||
#[component]
|
||||
pub(crate) fn Home() -> Element {
|
||||
rsx! {
|
||||
ProjectForm {}
|
||||
TaskForm {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user