feat: switch Dioxus to fullstack, add a form for creating a project

This commit is contained in:
2024-08-17 00:30:17 +02:00
parent 283b3965db
commit 57705de44d
13 changed files with 944 additions and 50 deletions

3
src/components/mod.rs Normal file
View File

@@ -0,0 +1,3 @@
pub(crate) mod app;
pub(crate) mod form_project;
pub(crate) mod home;