Make ServerError a component instead of a page

This commit is contained in:
2024-11-04 17:02:59 -05:00
parent 5011cda8fa
commit 39dd8099cd
3 changed files with 2 additions and 2 deletions

View File

@ -7,3 +7,4 @@ pub mod dashboard_row;
pub mod upload;
pub mod song_list;
pub mod loading;
pub mod error;