style: auto format whole project
This commit is contained in:
@@ -2,7 +2,5 @@ import * as React from 'react';
|
||||
import EditorLayout from 'components/EditorLayout';
|
||||
|
||||
export default function FlowEditor(): React.ReactElement {
|
||||
return (
|
||||
<EditorLayout />
|
||||
)
|
||||
}
|
||||
return <EditorLayout />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user