19626
2023-06-14 895626e938afa7b99487149813f6849309e95f68
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class ViewRecordWithParentRecordDataWrapper extends LightningElement {
    @api recordId;
}