Remove everything related to TypeScript

This commit is contained in:
Daniël van Noord
2022-06-19 20:50:56 +02:00
parent 3fddc1d249
commit 8cfc980546
23 changed files with 28 additions and 1068 deletions

View File

@@ -1,6 +1,6 @@
/** General functions to format or beautify strings */
import { metric, shortScale, shortScaleAbbreviated } from '../../Data/Scales.ts';
import { metric, shortScale, shortScaleAbbreviated } from '../../Data/Scales';
import { BackupFunctions } from '../../Main/VariablesAndData';
/**