import {createContext} from 'react'; const FiledContext = createContext(null); export default FiledContext;