unknown
2023-08-23 50ce6a5e5ae7ac6ce3e6281acca9a0db568306e6
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class ViewRecordWithParentRecordDataWrapper extends LightningElement {
    @api recordId;
}