fix: Modify commonCode hook

This commit is contained in:
yoosangwook 2024-10-21 16:30:22 +09:00
parent f8bdce6177
commit 68aba5094d

View File

@ -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]