Files
automatisch/packages/web/src/pages/Editor/index.tsx
2022-11-05 23:57:33 +01:00

7 lines
173 B
TypeScript

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