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