diff --git a/src/client/stores/CalculationStore/index.ts b/src/client/stores/CalculationStore/index.ts index fecc73d..6ac1c4d 100644 --- a/src/client/stores/CalculationStore/index.ts +++ b/src/client/stores/CalculationStore/index.ts @@ -1,4 +1,4 @@ -import { LinksNames } from './../../../core/types/Calculation/Store/links'; +import { LinksNames } from 'core/types/Calculation/Store/links'; import { ICalculationStore } from 'core/types/Calculation/Store'; import { Process } from 'core/types/Calculation/Store/process'; import { isEqual } from 'lodash';