unknown
2023-05-29 0141b58607ecccef8dd381dd16b6b4d666ee77a9
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class ViewRecordWithParentRecordDataWrapper extends LightningElement {
    @api recordId;
}