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

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