unknown
2023-07-06 86b54327d2ed7995fd1805149c116cc208bc2fd4
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class EditRecordWrapper extends LightningElement {
    @api recordId;
}