refactor: rename the project form component

This commit is contained in:
2024-08-17 10:59:43 +02:00
parent 8d461527b5
commit 0b74ca80bf
3 changed files with 4 additions and 4 deletions

View File

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