Fix: add 404 page (#1230)

* add 404 page

* add not found wildacard path to apppath

* rename styled components

* add theme blur and background color

* change backgrounf to transparent secondary
This commit is contained in:
Sunil Kumar Behera
2023-08-17 13:02:20 -07:00
committed by GitHub
parent cf1dfb8c42
commit e8e6d9f8ea
3 changed files with 76 additions and 0 deletions
+3
View File
@@ -21,4 +21,7 @@ export enum AppPath {
// Impersonate
Impersonate = '/impersonate/:userId',
// 404 page not found
NotFoundWildcard = '*',
}