mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-22 07:46:15 -04:00
parent
80e46c9292
commit
fcb8ab2c19
7 changed files with 177 additions and 8 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue