From 91e16ca8fff8847cbe14e8ac5805997ecccdaed7 Mon Sep 17 00:00:00 2001 From: Chika Date: Wed, 13 Jan 2021 18:50:17 +0300 Subject: [PATCH] absolute path --- src/client/stores/CalculationStore/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';