fix(frontend): 배포 실패 hotfix - InfoLayerSection import 경로 수정 #28
@ -1,9 +1,9 @@
|
|||||||
import { useState, useMemo } from 'react'
|
import { useState, useMemo } from 'react'
|
||||||
import { LayerTree } from '@common/components/layer/LayerTree'
|
import { LayerTree } from '@common/components/layer/LayerTree'
|
||||||
import { useLayerTree } from '@common/hooks/useLayers'
|
import { useLayerTree } from '@common/hooks/useLayers'
|
||||||
import { layerData } from '../../../data/layerData'
|
import { layerData } from '@common/data/layerData'
|
||||||
import type { LayerNode } from '../../../data/layerData'
|
import type { LayerNode } from '@common/data/layerData'
|
||||||
import type { Layer } from '../../../data/layerDatabase'
|
import type { Layer } from '@common/services/layerService'
|
||||||
|
|
||||||
interface InfoLayerSectionProps {
|
interface InfoLayerSectionProps {
|
||||||
expanded: boolean
|
expanded: boolean
|
||||||
|
|||||||
불러오는 중...
Reference in New Issue
Block a user