export const CutLayoutSettings = () => {
return (
<div>
<p>Fixme: Cut layout settings here</p>
</div>
)
}