mirror of
https://github.com/johrpan/musicus.git
synced 2025-10-27 12:17:24 +01:00
Add registration dialog
This commit is contained in:
parent
c9d9c1bc24
commit
1f90f6108e
9 changed files with 530 additions and 22 deletions
|
|
@ -22,6 +22,9 @@ pub use persons::*;
|
|||
pub mod recordings;
|
||||
pub use recordings::*;
|
||||
|
||||
pub mod register;
|
||||
pub use register::*;
|
||||
|
||||
pub mod works;
|
||||
pub use works::*;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue