update breadcrumb and create account module
This commit is contained in:
@@ -19,7 +19,7 @@ export interface RouteInfo {
|
||||
meta: {
|
||||
title: string;
|
||||
icon?: string;
|
||||
pagePath?: (params: any) => string;
|
||||
pagePath?: (params?: any) => string;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user