mirror of
https://github.com/strapi/strapi.git
synced 2025-08-17 13:16:08 +00:00
6 lines
112 B
JavaScript
6 lines
112 B
JavaScript
import { createContext } from 'react';
|
|
|
|
const WysiwygContext = createContext();
|
|
|
|
export default WysiwygContext;
|