Skip to content

Commit 0e66063

Browse files
committed
fix: remove math format converter as not possible right now
1 parent a77ebf8 commit 0e66063

File tree

3 files changed

+0
-99
lines changed

3 files changed

+0
-99
lines changed

src/tools/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ import { tool as phpArrayToJson } from './php-array-to-json';
4545
import { tool as jsonSizeAnalyzer } from './json-size-analyzer';
4646
import { tool as jsonToCsharp } from './json-to-csharp';
4747
import { tool as luhnValidator } from './luhn-validator';
48-
import { tool as mathFormatsConverter } from './math-formats-converter';
4948
import { tool as mathOcr } from './math-ocr';
5049
import { tool as markdownTocGenerator } from './markdown-toc-generator';
5150
import { tool as passphraseGenerator } from './passphrase-generator';
@@ -494,7 +493,6 @@ export const toolsByCategory: ToolCategory[] = [
494493
mathEvaluator,
495494
etaCalculator,
496495
percentageCalculator,
497-
mathFormatsConverter,
498496
mathOcr,
499497
dataTransferRateConverter,
500498
dataStorageUnitConverter,

src/tools/math-formats-converter/index.ts

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/tools/math-formats-converter/math-formats-converter.vue

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)