diff --git a/src/hooks/common/useCommonCode.js b/src/hooks/common/useCommonCode.js index 055572eb..17c2de8b 100644 --- a/src/hooks/common/useCommonCode.js +++ b/src/hooks/common/useCommonCode.js @@ -6,7 +6,7 @@ import { useAxios } from '../useAxios' export const useCommonCode = () => { const [commonCode, setCommonCode] = useRecoilState(commonCodeState) - const { get, promiseGet } = useAxios() + const { promiseGet } = useAxios() const findCommonCode = (key) => { // const arr = commonCode[key]