feat: introduce feature flag for new flow editor
This commit is contained in:

committed by
Ali BARIN

parent
b5839390fd
commit
bac4ab5aa4
12
packages/web/src/components/EditorNew/EditorNew.js
Normal file
12
packages/web/src/components/EditorNew/EditorNew.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import * as React from 'react';
|
||||
import { FlowPropType } from 'propTypes/propTypes';
|
||||
|
||||
function EditorNew(props) {
|
||||
return <div>new editor comes here</div>;
|
||||
}
|
||||
|
||||
EditorNew.propTypes = {
|
||||
flow: FlowPropType.isRequired,
|
||||
};
|
||||
|
||||
export default EditorNew;
|
Reference in New Issue
Block a user