fix path to Components/Calculation/config/map/values
This commit is contained in:
parent
6b569723fc
commit
08bb3d09c8
@ -1,4 +1,4 @@
|
||||
import type { Elements } from 'Components/Calculation/config/map-values';
|
||||
import type { Elements } from 'Components/Calculation/config/map/values';
|
||||
import type { BaseOption } from 'Elements/types';
|
||||
|
||||
export type CalculationOptions = Record<Elements, BaseOption[]>;
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/* eslint-disable object-curly-newline */
|
||||
/* eslint-disable import/no-cycle */
|
||||
import type { Elements } from 'Components/Calculation/config/map-values';
|
||||
import type { Elements } from 'Components/Calculation/config/map/values';
|
||||
import defaultStatuses from 'config/default-statuses';
|
||||
import type { Status } from 'Elements/types';
|
||||
import { makeAutoObservable } from 'mobx';
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import type { Elements } from 'Components/Calculation/config/map-values';
|
||||
import type { Elements } from 'Components/Calculation/config/map/values';
|
||||
import type { Status } from 'Elements/types';
|
||||
|
||||
export type CalculationStatuses = Partial<Record<Elements, Status>>;
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
/* eslint-disable import/no-cycle */
|
||||
/* eslint-disable implicit-arrow-linebreak */
|
||||
/* eslint-disable object-curly-newline */
|
||||
import type { Elements } from 'Components/Calculation/config/map-values';
|
||||
import type { Elements } from 'Components/Calculation/config/map/values';
|
||||
import { makeAutoObservable, observable } from 'mobx';
|
||||
import type RootStore from 'stores/root';
|
||||
import type { Error, Messages } from './types';
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import type { Elements } from 'Components/Calculation/config/map-values';
|
||||
import type { Elements } from 'Components/Calculation/config/map/values';
|
||||
import type { IObservableArray } from 'mobx';
|
||||
|
||||
export type Error = { name: string; text: string };
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user