fix: provider 수정

This commit is contained in:
yoosangwook 2024-11-14 13:39:54 +09:00
parent b88cecf607
commit 7c048db6e4

View File

@ -4,6 +4,7 @@ import { createContext, useEffect, useState } from 'react'
export const ManagementContext = createContext({
managementState: {},
setManagementState: () => {},
})
const ManagementProvider = ({ children }) => {