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