mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-21 15:26:15 -04:00
feat(new-tool): json viewer
This commit is contained in:
parent
a60f64f744
commit
d356b1488f
6 changed files with 70 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
import { LockOpen } from '@vicons/tabler';
|
||||
import type { ToolCategory } from './Tool';
|
||||
|
||||
import { tool as jsonViewer } from './json-viewer';
|
||||
import { tool as htmlEntities } from './html-entities';
|
||||
import { tool as urlParser } from './url-parser';
|
||||
import { tool as deviceInformation } from './device-information';
|
||||
|
@ -50,7 +51,7 @@ export const toolsByCategory: ToolCategory[] = [
|
|||
{
|
||||
name: 'Development',
|
||||
icon: LockOpen,
|
||||
components: [gitMemo, randomPortGenerator, crontabGenerator],
|
||||
components: [gitMemo, randomPortGenerator, crontabGenerator, jsonViewer],
|
||||
},
|
||||
{
|
||||
name: 'Text',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue