zz
2023-05-09 c4ed1f9c5a87ecf7e3a4662f46a14459939f6726
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class ViewRecordWrapper extends LightningElement {
    @api recordId;
}