conflict 수정

This commit is contained in:
hyojun.choi 2026-06-15 17:47:34 +09:00
parent bf3eb49047
commit e68d4cdd19

View File

@ -43,12 +43,9 @@ import { useTrestle } from './module/useTrestle'
import { useCircuitTrestle } from './useCirCuitTrestle' import { useCircuitTrestle } from './useCirCuitTrestle'
import { usePolygon } from '@/hooks/usePolygon' import { usePolygon } from '@/hooks/usePolygon'
import { useText } from '@/hooks/useText' import { useText } from '@/hooks/useText'
<<<<<<< HEAD
import { useUndoRedo } from '@/hooks/useUndoRedo' import { useUndoRedo } from '@/hooks/useUndoRedo'
=======
import { POLYGON_TYPE } from '@/common/common' import { POLYGON_TYPE } from '@/common/common'
import { debugCapture } from '@/util/debugCapture' import { debugCapture } from '@/util/debugCapture'
>>>>>>> e1e6be28d160ca24094e508ee77f91b9896fa72e
export function useContextMenu() { export function useContextMenu() {
const canvas = useRecoilValue(canvasState) const canvas = useRecoilValue(canvasState)