19626
2023-06-26 5fb60d0de53f40f1d519a23f8c071954dd599d8f
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class EditRecordWrapper extends LightningElement {
    @api recordId;
}