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:
parent
076fb3fc9d
commit
ba9282b61c
8 changed files with 276 additions and 281 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ import {
|
|||
getConversionFactor,
|
||||
Partition,
|
||||
Units,
|
||||
} from '../steps/FileSystem/FileSystemConfiguration';
|
||||
} from '../steps/FileSystem/FileSystemTable';
|
||||
import { PackageRepository } from '../steps/Packages/Packages';
|
||||
import {
|
||||
convertSchemaToIBCustomRepo,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue