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