register mic-tester component in the Web category

This commit is contained in:
gornvan 2024-10-09 21:28:07 +02:00
parent cd96bf6317
commit 78b6224648

View file

@ -87,6 +87,7 @@ import { tool as uuidGenerator } from './uuid-generator';
import { tool as macAddressLookup } from './mac-address-lookup'; import { tool as macAddressLookup } from './mac-address-lookup';
import { tool as xmlFormatter } from './xml-formatter'; import { tool as xmlFormatter } from './xml-formatter';
import { tool as yamlViewer } from './yaml-viewer'; import { tool as yamlViewer } from './yaml-viewer';
import { tool as micTester } from './mic-tester';
export const toolsByCategory: ToolCategory[] = [ export const toolsByCategory: ToolCategory[] = [
{ {
@ -137,6 +138,7 @@ export const toolsByCategory: ToolCategory[] = [
httpStatusCodes, httpStatusCodes,
jsonDiff, jsonDiff,
safelinkDecoder, safelinkDecoder,
micTester,
], ],
}, },
{ {