Add module for artist page

This commit is contained in:
2024-12-19 18:44:28 -05:00
parent 7e7480d02b
commit e915e1ab44

View File

@ -2,3 +2,4 @@ pub mod login;
pub mod signup;
pub mod profile;
pub mod albumpage;
pub mod artist;