Skip to content

Commit 78b6224

Browse files
committed
register mic-tester component in the Web category
1 parent cd96bf6 commit 78b6224

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tools/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ import { tool as uuidGenerator } from './uuid-generator';
8787
import { tool as macAddressLookup } from './mac-address-lookup';
8888
import { tool as xmlFormatter } from './xml-formatter';
8989
import { tool as yamlViewer } from './yaml-viewer';
90+
import { tool as micTester } from './mic-tester';
9091

9192
export const toolsByCategory: ToolCategory[] = [
9293
{
@@ -137,6 +138,7 @@ export const toolsByCategory: ToolCategory[] = [
137138
httpStatusCodes,
138139
jsonDiff,
139140
safelinkDecoder,
141+
micTester,
140142
],
141143
},
142144
{

0 commit comments

Comments
 (0)