From e9ac8f5a79791c689d195d142f1ef93e56945884 Mon Sep 17 00:00:00 2001 From: ShareVB Date: Sun, 25 Aug 2024 21:42:18 +0200 Subject: [PATCH] fix: eslint --- src/tools/index.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/tools/index.ts b/src/tools/index.ts index 82316d6c..d2b90921 100644 --- a/src/tools/index.ts +++ b/src/tools/index.ts @@ -172,20 +172,13 @@ export const toolsByCategory: ToolCategory[] = [ { name: 'Text', components: [ - loremIpsumGenerator, - textStatistics, - emojiPicker, - stringObfuscator, - textDiff, - numeronymGenerator, aiPromptSplitter, - , asciiTextDrawer, ], },