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