feat(new tool): XSLT Tester

This commit is contained in:
sharevb 2024-07-12 22:21:06 +02:00 committed by ShareVB
parent 80e46c9292
commit 29a90937c1
6 changed files with 199 additions and 11 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 xsltTester } from './xslt-tester';
import { tool as pdfSignatureChecker } from './pdf-signature-checker';
import { tool as numeronymGenerator } from './numeronym-generator';
import { tool as macAddressGenerator } from './mac-address-generator';
@ -139,6 +140,7 @@ export const toolsByCategory: ToolCategory[] = [
chmodCalculator,
dockerRunToDockerComposeConverter,
xmlFormatter,
xsltTester,
],
},
{