feat(new-tool): added chronometer

This commit is contained in:
Corentin Thomasset 2022-07-24 00:58:18 +02:00
parent 1c7257eeb0
commit 130031c225
No known key found for this signature in database
GPG key ID: DBD997E935996158
5 changed files with 74 additions and 0 deletions

View file

@ -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,