src: Resolve circular dependency FileSystemTable <-> FileSystemConfiguration

Nothing got added, nothing got removed. Stuff just got moved around and imports are updated.
This commit is contained in:
regexowl 2024-10-11 10:17:51 +02:00 committed by Sanne Raymaekers
parent 076fb3fc9d
commit ba9282b61c
8 changed files with 276 additions and 281 deletions

View file

@ -1,5 +1,5 @@
import { UNIT_GIB, UNIT_KIB, UNIT_MIB } from '../../../constants';
import { Units } from '../steps/FileSystem/FileSystemConfiguration';
import { Units } from '../steps/FileSystem/FileSystemTable';
export const parseSizeUnit = (bytesize: string) => {
let size;

View file

@ -78,7 +78,7 @@ import {
getConversionFactor,
Partition,
Units,
} from '../steps/FileSystem/FileSystemConfiguration';
} from '../steps/FileSystem/FileSystemTable';
import { PackageRepository } from '../steps/Packages/Packages';
import {
convertSchemaToIBCustomRepo,