Merge pull request 'fix(frontend): 배포 실패 hotfix - InfoLayerSection import 경로 수정' (#28) from develop into main
All checks were successful
Build and Deploy Wing-Demo / build-and-deploy (push) Successful in 26s

Reviewed-on: #28
This commit is contained in:
htlee 2026-02-28 18:49:26 +09:00
커밋 2be6c27083

파일 보기

@ -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