mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-06-20 16:20:16 +00:00
Move composition types to compose/types
This reduces circular dependencies from 250 to 80 by ensuring that modules that only require types do not import the full module with all its dependencies. Change-type: patch
This commit is contained in:
@ -19,7 +19,7 @@ import {
|
||||
expectSteps,
|
||||
expectNoStep,
|
||||
} from '~/test-lib/state-helper';
|
||||
import type { InstancedAppState } from '~/src/types';
|
||||
import type { InstancedAppState } from '~/src/compose/types';
|
||||
|
||||
// TODO: application manager inferNextSteps still queries some stuff from
|
||||
// the engine instead of receiving that information as parameter. Refactoring
|
||||
|
Reference in New Issue
Block a user