19626
2023-08-09 5363705f99dcbb7c270a619804beb4ac29b3faa0
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class ViewRecordWithParentRecordDataWrapper extends LightningElement {
    @api recordId;
}