Files
frontend-app-authoring/src/editors/EditorPageContext.jsx
connorhaugh d8c6b8dddd feat: Text Editor and V2 Editor Framework (#9)
Text Editor and V2 Editor Framework. Documentation to come.
2022-01-25 14:04:57 -05:00

5 lines
111 B
JavaScript

import React from 'react';
const EditorPageContext = React.createContext();
export default EditorPageContext;