Utilities: Migrate remaining files to TypeScript
This migrates remaining JavaScript files in Utilities to TypeScript.
This commit is contained in:
parent
6415664620
commit
813c06c5bd
9 changed files with 15 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue