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