mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-21 15:26:15 -04:00
feat(tool): date-time converter
This commit is contained in:
parent
11d8110226
commit
2d9cb209b3
6 changed files with 128 additions and 1 deletions
|
@ -7,6 +7,7 @@ import { tool as uuidGenerator } from './uuid-generator';
|
|||
import { tool as romanNumeralConverter } from './roman-numeral-converter';
|
||||
import { tool as cypher } from './encryption';
|
||||
import { tool as bip39 } from './bip39-generator';
|
||||
import { tool as dateTimeConverter } from './date-time-converter';
|
||||
|
||||
export const toolsByCategory: ToolCategory[] = [
|
||||
{
|
||||
|
@ -17,7 +18,7 @@ export const toolsByCategory: ToolCategory[] = [
|
|||
{
|
||||
name: 'Converter',
|
||||
icon: LockOpen,
|
||||
components: [romanNumeralConverter],
|
||||
components: [dateTimeConverter, romanNumeralConverter],
|
||||
},
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue