feat(new tool): Timezone Converter

Fix #429
This commit is contained in:
sharevb 2024-09-06 18:50:10 +02:00 committed by ShareVB
parent 80e46c9292
commit fcb8ab2c19
7 changed files with 177 additions and 8 deletions

View file

@ -1,6 +1,7 @@
import { tool as base64FileConverter } from './base64-file-converter';
import { tool as base64StringConverter } from './base64-string-converter';
import { tool as basicAuthGenerator } from './basic-auth-generator';
import { tool as timezoneConverter } from './timezone-converter';
import { tool as pdfSignatureChecker } from './pdf-signature-checker';
import { tool as numeronymGenerator } from './numeronym-generator';
import { tool as macAddressGenerator } from './mac-address-generator';
@ -85,6 +86,7 @@ export const toolsByCategory: ToolCategory[] = [
name: 'Converter',
components: [
dateTimeConverter,
timezoneConverter,
baseConverter,
romanNumeralConverter,
base64StringConverter,