Files
automatisch/packages/web/src/pages/Editor/index.tsx
2021-12-24 17:41:31 +01:00

7 lines
129 B
TypeScript

import EditorLayout from 'components/EditorLayout';
export default function FlowEditor() {
return (
<EditorLayout />
)
}