mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 14:56:17 -04:00
feat(tool): base converter
This commit is contained in:
parent
5cd9997a84
commit
034c686896
5 changed files with 118 additions and 1 deletions
|
@ -9,6 +9,7 @@ import { tool as cypher } from './encryption';
|
|||
import { tool as bip39 } from './bip39-generator';
|
||||
import { tool as dateTimeConverter } from './date-time-converter';
|
||||
import { tool as gitMemo } from './git-memo';
|
||||
import { tool as baseConverter } from './integer-base-converter';
|
||||
|
||||
export const toolsByCategory: ToolCategory[] = [
|
||||
{
|
||||
|
@ -19,7 +20,7 @@ export const toolsByCategory: ToolCategory[] = [
|
|||
{
|
||||
name: 'Converter',
|
||||
icon: LockOpen,
|
||||
components: [dateTimeConverter, romanNumeralConverter],
|
||||
components: [dateTimeConverter, baseConverter, romanNumeralConverter],
|
||||
},
|
||||
{
|
||||
name: 'Development',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue