feat(new-tool): json viewer

This commit is contained in:
Corentin Thomasset 2022-05-09 17:41:42 +02:00
parent a60f64f744
commit d356b1488f
No known key found for this signature in database
GPG key ID: 3103EB5E79496F9C
6 changed files with 70 additions and 1 deletions

View file

@ -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',