Utilities: Migrate remaining files to TypeScript

This migrates remaining JavaScript files in Utilities to TypeScript.
This commit is contained in:
regexowl 2024-05-03 14:18:29 +02:00 committed by Klara Simickova
parent 6415664620
commit 813c06c5bd
9 changed files with 15 additions and 11 deletions

View file

@ -7,7 +7,7 @@ import {
selectDistribution,
selectCustomRepositories,
} from '../../../store/wizardSlice';
import { releaseToVersion } from '../../../Utilities/releaseToVersion.js';
import { releaseToVersion } from '../../../Utilities/releaseToVersion';
/**
* This checks the list of the custom repositories against a list of repos freshly