Add registration dialog

This commit is contained in:
Elias Projahn 2021-01-30 23:16:44 +01:00
parent c9d9c1bc24
commit 1f90f6108e
9 changed files with 530 additions and 22 deletions

View file

@ -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::*;