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