feat: UI overhaul
This commit is contained in:
12
src/views/project_form_page.rs
Normal file
12
src/views/project_form_page.rs
Normal file
@@ -0,0 +1,12 @@
|
||||
use crate::components::{error_boundary_message::ErrorBoundaryMessage, project_form::ProjectForm};
|
||||
use dioxus::prelude::*;
|
||||
|
||||
#[component]
|
||||
pub(crate) fn ProjectFormPage() -> Element {
|
||||
rsx! {
|
||||
ErrorBoundaryMessage {
|
||||
class: "grow py-4 flex flex-col gap-12",
|
||||
ProjectForm {}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user