Add page for displaying error

This commit is contained in:
2024-10-21 22:57:27 -04:00
parent 88e2a229a4
commit f1e177c7b0
4 changed files with 45 additions and 1 deletions

View File

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