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
|
|
@ -49,7 +49,7 @@ import {
|
|||
} from '../../../../store/wizardSlice';
|
||||
import { useHasSpecificTargetOnly } from '../../utilities/hasSpecificTargetOnly';
|
||||
import { parseSizeUnit } from '../../utilities/parseSizeUnit';
|
||||
import { Partition, Units } from '../FileSystem/FileSystemConfiguration';
|
||||
import { Partition, Units } from '../FileSystem/FileSystemTable';
|
||||
|
||||
const OpenSCAPFGLabel = () => {
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue