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