mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-24 16:56:14 -04:00
feat(router): added legacy routes redirections
This commit is contained in:
parent
fd4426d246
commit
dbce46b470
8 changed files with 14 additions and 2 deletions
|
@ -7,6 +7,7 @@ export interface ITool {
|
|||
keywords: string[];
|
||||
component: () => Promise<Component>;
|
||||
icon: Component;
|
||||
redirectFrom?: string[];
|
||||
}
|
||||
|
||||
export interface ToolCategory {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue