buli
2023-05-24 c1804aac8d7bbb65e0f0559dc13ef245daae900e
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class ViewRecordWithParentRecordDataWrapper extends LightningElement {
    @api recordId;
}