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