feat(router): added legacy routes redirections

This commit is contained in:
Corentin Thomasset 2022-04-16 10:10:21 +02:00
parent fd4426d246
commit dbce46b470
No known key found for this signature in database
GPG key ID: DBD997E935996158
8 changed files with 14 additions and 2 deletions

View file

@ -7,6 +7,7 @@ export interface ITool {
keywords: string[];
component: () => Promise<Component>;
icon: Component;
redirectFrom?: string[];
}
export interface ToolCategory {