fix: misc

This commit is contained in:
Ibrahima G. Coulibaly
2025-07-22 18:53:03 +01:00
parent d108fda6b5
commit ed81954bf8
8 changed files with 159 additions and 119 deletions

View File

@@ -4,11 +4,7 @@ import { IconifyIcon } from '@iconify/react';
import { FullI18nKey, validNamespaces } from '../i18n';
import { useTranslation } from 'react-i18next';
export type UserType =
| 'General Users'
| 'Developers'
| 'Designers'
| 'CyberSec';
export type UserType = 'General Users' | 'Developers' | 'CyberSec';
export interface ToolMeta {
path: string;