📄️ <Create>
The page-level component for creating a new record. It wraps a ` in a Cloudscape Container with a header, and submits the form data to the data provider's create` method.
📄️ <Edit>
The page-level component for editing an existing record. It fetches the record by ID, wraps a ` in a Cloudscape Container with a header, and submits changes to the data provider's update` method.