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