/** * * StrapiContext * */ import { createContext } from 'react'; const StrapiContext = createContext(); export default StrapiContext;