mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-21 23:36:15 -04:00
feat(tool): random port generator
This commit is contained in:
parent
afac5664c8
commit
7c540f1208
4 changed files with 47 additions and 1 deletions
|
@ -11,6 +11,7 @@ import { tool as dateTimeConverter } from './date-time-converter';
|
|||
import { tool as gitMemo } from './git-memo';
|
||||
import { tool as baseConverter } from './integer-base-converter';
|
||||
import { tool as urlEncoder } from './url-encoder';
|
||||
import { tool as randomPortGenerator } from './random-port-generator';
|
||||
|
||||
export const toolsByCategory: ToolCategory[] = [
|
||||
{
|
||||
|
@ -31,7 +32,7 @@ export const toolsByCategory: ToolCategory[] = [
|
|||
{
|
||||
name: 'Development',
|
||||
icon: LockOpen,
|
||||
components: [gitMemo],
|
||||
components: [gitMemo, randomPortGenerator],
|
||||
},
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue