refactor(frontend): router refactoring

This commit is contained in:
syuilo 2025-03-19 15:54:30 +09:00
commit 409cd4fbd3
57 changed files with 429 additions and 628 deletions

View file

@ -273,7 +273,6 @@ niraxは、Misskeyで使用しているオリジナルのフロントエンド
query?: Record<string, string>;
loginRequired?: boolean;
hash?: string;
globalCacheKey?: string;
children?: RouteDef[];
}
```