19626
2023-07-17 254ea442ff0e0a7a97e9f481e9f127a782cba840
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class EditRecordWrapper extends LightningElement {
    @api recordId;
}