unknown
2023-07-19 7687b7bd101f0fb43342e95344d143a12d3e6d3d
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class ViewRecordWithParentRecordDataWrapper extends LightningElement {
    @api recordId;
}