19626
2023-06-26 666b1cff3d705a53d07cd3ee6d146a7ef7ac7754
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class ViewRecordWithParentRecordDataWrapper extends LightningElement {
    @api recordId;
}