useAxios 오류 수정
This commit is contained in:
parent
fcc4228b88
commit
e844f31cd1
@ -6,7 +6,6 @@ import { useRecoilState, useRecoilValue } from 'recoil'
|
||||
import { modalContent, modalState } from '@/store/modalAtom'
|
||||
import { canvasSettingState } from '@/store/canvasAtom'
|
||||
import { useAxios } from '@/hooks/useAxios'
|
||||
import { get, post } from '@/lib/Axios'
|
||||
|
||||
export default function InitSettingsModal(props) {
|
||||
const [objectNo, setObjectNo] = useState('test123240909003') // 후에 삭제 필요
|
||||
@ -25,6 +24,8 @@ export default function InitSettingsModal(props) {
|
||||
setOpen,
|
||||
}
|
||||
|
||||
const { get, post } = useAxios()
|
||||
|
||||
//const { get, post } = useAxios()
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user