19626
2023-07-31 1e02b3590d10ba9f1afd6a3ddb11f5634b8497b0
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class ViewRecordWrapper extends LightningElement {
    @api recordId;
}