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