it-tools/src/tools/jwt-parser/index.ts
2022-11-18 18:38:50 +01:00

11 lines
289 B
TypeScript

import { ArrowsShuffle } from '@vicons/tabler';
import { defineTool } from '../tool';
export const tool = defineTool({
name: 'JWT parser',
path: '/jwt-parser',
description: '',
keywords: ['jwt', 'parser'],
component: () => import('./jwt-parser.vue'),
icon: ArrowsShuffle,
});