Create profile page

This commit is contained in:
2024-11-04 17:15:55 -05:00
parent 833393cb3a
commit ef5576ab3f
6 changed files with 373 additions and 2 deletions

View File

@ -1,2 +1,3 @@
pub mod login;
pub mod signup;
pub mod profile;