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