contextpopup 폴더로 변경

This commit is contained in:
hyojun.choi 2024-11-15 11:10:44 +09:00
parent 8f0fc0223f
commit 0b815f8a16
2 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import { contextPopupPositionState } from '@/store/popupAtom'
import { useMessage } from '@/hooks/useMessage'
import { usePopup } from '@/hooks/usePopup'
import { useSurfaceShapeBatch } from '@/hooks/surface/useSurfaceShapeBatch'
import { FLOW_DIRECTION_TYPE, useFlowDirectionSetting } from '@/hooks/module/useFlowDirectionSetting'
import { FLOW_DIRECTION_TYPE, useFlowDirectionSetting } from '@/hooks/contextpopup/useFlowDirectionSetting'
import { canvasState } from '@/store/canvasAtom'
export default function FlowDirectionSetting(props) {
const contextPopupPosition = useRecoilValue(contextPopupPositionState)