add initial crates and apps
This commit is contained in:
parent
5c87ba3519
commit
1ca300098f
113 changed files with 28169 additions and 0 deletions
15
crates/chattyness-user-ui/src/pages.rs
Normal file
15
crates/chattyness-user-ui/src/pages.rs
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
//! Page components for user UI.
|
||||
//!
|
||||
//! Note: Editor pages and NewRealmPage have been moved to admin-ui.
|
||||
|
||||
pub mod home;
|
||||
pub mod login;
|
||||
pub mod password_reset;
|
||||
pub mod realm;
|
||||
pub mod signup;
|
||||
|
||||
pub use home::*;
|
||||
pub use login::*;
|
||||
pub use password_reset::*;
|
||||
pub use realm::*;
|
||||
pub use signup::*;
|
||||
Loading…
Add table
Add a link
Reference in a new issue