zz
2023-05-16 941f4f0bd4f11c186f5dbccc581ffaece6d7185c
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class ViewRecordWithParentRecordDataWrapper extends LightningElement {
    @api recordId;
}