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