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