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