buli
2023-05-24 845fcb95a8c04595424c315eef611e0980a5949b
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class ViewRecordWrapper extends LightningElement {
    @api recordId;
}