unknown
2023-07-20 bac2a731433a38cb262e7f38a98c9522481752ec
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class EditRecordWrapper extends LightningElement {
    @api recordId;
}