twysparks
2023-05-06 72ab37c87394fdb031fa527dcfe02dfe40153eac
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class EditRecordWrapper extends LightningElement {
    @api recordId;
}