KKbes
2023-05-04 9bc53850aadbfd67bb02fd28dbae9a55fbc1f799
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class EditRecordWrapper extends LightningElement {
    @api recordId;
}