mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-21 07:16:15 -04:00
feat(new-tool): added an ETA calculator
This commit is contained in:
parent
d5738e1aef
commit
125a50215a
5 changed files with 112 additions and 1 deletions
|
@ -11,6 +11,7 @@ import { tool as crontabGenerator } from './crontab-generator';
|
|||
import { tool as dateTimeConverter } from './date-time-converter';
|
||||
import { tool as deviceInformation } from './device-information';
|
||||
import { tool as cypher } from './encryption';
|
||||
import { tool as etaCalculator } from './eta-calculator';
|
||||
import { tool as gitMemo } from './git-memo';
|
||||
import { tool as hashText } from './hash-text';
|
||||
import { tool as htmlEntities } from './html-entities';
|
||||
|
@ -59,7 +60,7 @@ export const toolsByCategory: ToolCategory[] = [
|
|||
{
|
||||
name: 'Math',
|
||||
icon: LockOpen,
|
||||
components: [mathEvaluator],
|
||||
components: [mathEvaluator, etaCalculator],
|
||||
},
|
||||
{
|
||||
name: 'Measurement',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue