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