ent en cours
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { useContext } from 'react'
|
||||
import { LocalDataContext } from './LocalDataContext2'
|
||||
import { LocalDataContext } from './LocalDataContext'
|
||||
|
||||
export const useLocalData = () => {
|
||||
const context = useContext(LocalDataContext)
|
||||
|
||||
Reference in New Issue
Block a user