add onboarding view

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-08-07 17:17:57 -04:00
parent 8d4c0cfdbe
commit a782d01ec2
2 changed files with 107 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ pub mod edit_deck;
pub mod images;
pub mod mentions_picker;
pub mod note;
pub mod onboarding;
pub mod post;
pub mod preview;
pub mod profile;