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:
committed by
GitHub
parent
cf1dfb8c42
commit
e8e6d9f8ea
@ -21,4 +21,7 @@ export enum AppPath {
|
||||
|
||||
// Impersonate
|
||||
Impersonate = '/impersonate/:userId',
|
||||
|
||||
// 404 page not found
|
||||
NotFoundWildcard = '*',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user