diff --git a/frontend/src/tabs/prediction/components/InfoLayerSection.tsx b/frontend/src/tabs/prediction/components/InfoLayerSection.tsx index 61fd98b..3e45dd7 100644 --- a/frontend/src/tabs/prediction/components/InfoLayerSection.tsx +++ b/frontend/src/tabs/prediction/components/InfoLayerSection.tsx @@ -1,9 +1,9 @@ import { useState, useMemo } from 'react' import { LayerTree } from '@common/components/layer/LayerTree' import { useLayerTree } from '@common/hooks/useLayers' -import { layerData } from '../../../data/layerData' -import type { LayerNode } from '../../../data/layerData' -import type { Layer } from '../../../data/layerDatabase' +import { layerData } from '@common/data/layerData' +import type { LayerNode } from '@common/data/layerData' +import type { Layer } from '@common/services/layerService' interface InfoLayerSectionProps { expanded: boolean