zz
2023-05-31 b551d133c0b97297902564d3cdbd17bd0b0ad79d
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class EditRecordWrapper extends LightningElement {
    @api recordId;
}