twysparks
2023-05-24 f0adfc7326311c6ba40281ffe48437d41a79bd32
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class ViewRecordWithParentRecordDataWrapper extends LightningElement {
    @api recordId;
}