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