From 78b62246481f6ee282384e288407506d3f243770 Mon Sep 17 00:00:00 2001 From: gornvan Date: Wed, 9 Oct 2024 21:28:07 +0200 Subject: [PATCH] register mic-tester component in the Web category --- src/tools/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tools/index.ts b/src/tools/index.ts index 388cfaf4..8e93f811 100644 --- a/src/tools/index.ts +++ b/src/tools/index.ts @@ -87,6 +87,7 @@ import { tool as uuidGenerator } from './uuid-generator'; import { tool as macAddressLookup } from './mac-address-lookup'; import { tool as xmlFormatter } from './xml-formatter'; import { tool as yamlViewer } from './yaml-viewer'; +import { tool as micTester } from './mic-tester'; export const toolsByCategory: ToolCategory[] = [ { @@ -137,6 +138,7 @@ export const toolsByCategory: ToolCategory[] = [ httpStatusCodes, jsonDiff, safelinkDecoder, + micTester, ], }, {