import React from 'react'; export const Edit = () => { return (

Edit layout

Each edit page follows a two-column layout which allows for field groups and prevents tabs from getting smushed.

Edit model

Field group

This is a field group.

Another group

This is another field group.

Another group

This is another field group.
); };