mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-23 00:06:15 -04:00
added base tool structure
This commit is contained in:
parent
3e4a64551f
commit
bb0eca80a7
4 changed files with 42 additions and 0 deletions
11
src/tools/jwt-parser/index.ts
Normal file
11
src/tools/jwt-parser/index.ts
Normal file
|
@ -0,0 +1,11 @@
|
|||
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,
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue