We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd96bf6 commit 78b6224Copy full SHA for 78b6224
src/tools/index.ts
@@ -87,6 +87,7 @@ import { tool as uuidGenerator } from './uuid-generator';
87
import { tool as macAddressLookup } from './mac-address-lookup';
88
import { tool as xmlFormatter } from './xml-formatter';
89
import { tool as yamlViewer } from './yaml-viewer';
90
+import { tool as micTester } from './mic-tester';
91
92
export const toolsByCategory: ToolCategory[] = [
93
{
@@ -137,6 +138,7 @@ export const toolsByCategory: ToolCategory[] = [
137
138
httpStatusCodes,
139
jsonDiff,
140
safelinkDecoder,
141
+ micTester,
142
],
143
},
144
0 commit comments