mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-11-02 04:53:15 +00:00
feat(new-tool): added chronometer
This commit is contained in:
@@ -5,6 +5,7 @@ import { tool as base64Converter } from './base64-converter';
|
||||
import { tool as bcrypt } from './bcrypt';
|
||||
import { tool as bip39 } from './bip39-generator';
|
||||
import { tool as caseConverter } from './case-converter';
|
||||
import { tool as chronometer } from './chronometer';
|
||||
import { tool as colorConverter } from './color-converter';
|
||||
import { tool as crontabGenerator } from './crontab-generator';
|
||||
import { tool as dateTimeConverter } from './date-time-converter';
|
||||
@@ -59,6 +60,11 @@ export const toolsByCategory: ToolCategory[] = [
|
||||
icon: LockOpen,
|
||||
components: [mathEvaluator],
|
||||
},
|
||||
{
|
||||
name: 'Measurement',
|
||||
icon: LockOpen,
|
||||
components: [chronometer],
|
||||
},
|
||||
{
|
||||
name: 'Text',
|
||||
icon: LockOpen,
|
||||
|
||||
Reference in New Issue
Block a user