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