import * as React from 'react'; | |
import EditorLayout from 'components/EditorLayout'; | |
export default function FlowEditor() { | |
return <EditorLayout />; | |
} | |
import * as React from 'react'; | |
import EditorLayout from 'components/EditorLayout'; | |
export default function FlowEditor() { | |
return <EditorLayout />; | |
} | |