TF-934 Add page not found

This commit is contained in:
dab246
2022-11-11 02:17:03 +07:00
committed by Dat H. Pham
parent 71abe0cf37
commit 7160fee763
11 changed files with 263 additions and 7 deletions
+1
View File
@@ -12,4 +12,5 @@ abstract class AppRoutes {
static const identityCreator = '/identity_creator';
static const rulesFilterCreator = '/rules_filter_creator';
static const emailsForwardCreator = '/emails_forward_creator';
static const unknownRoutePage = '/notfound';
}