soupette 3f8a487fab Created field API and added it to the content manager
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-03-05 14:43:00 +01:00

12 lines
142 B
JavaScript

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